We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c5cb613 commit a982d05Copy full SHA for a982d05
.github/workflows/release.yaml
@@ -60,3 +60,6 @@ jobs:
60
uses: pypa/gh-action-pypi-publish@release/v1
61
with:
62
password: ${{ secrets.PYPI_TOKEN }}
63
+ skip-existing: true
64
+ # Why did PyPI enable this experimental feature by default?
65
+ attestations: false
0 commit comments