We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc31254 commit 0d4196cCopy full SHA for 0d4196c
.github/workflows/release.yml
@@ -18,4 +18,6 @@ jobs:
18
- name: Build
19
run: hatchling build
20
- name: Push to PyPI
21
- uses: pypa/gh-action-pypi-publish@v1.10.0
+ uses: pypa/gh-action-pypi-publish@v1.10.1
22
+ with:
23
+ attestations: true
0 commit comments