Skip to content

Commit a982d05

Browse files
committed
disable trusted publishing - part 3
1 parent c5cb613 commit a982d05

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -60,3 +60,6 @@ jobs:
6060
uses: pypa/gh-action-pypi-publish@release/v1
6161
with:
6262
password: ${{ secrets.PYPI_TOKEN }}
63+
skip-existing: true
64+
# Why did PyPI enable this experimental feature by default?
65+
attestations: false

0 commit comments

Comments
 (0)