Skip to content

Commit 1c4dd4c

Browse files
authored
Updated release action to not require a token, similar to pytest-skip-markers (#48)
1 parent 0f55d78 commit 1c4dd4c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,6 @@ jobs:
2525
- name: Publish distribution 📦 to PyPI
2626
uses: pypa/gh-action-pypi-publish@release/v1
2727
with:
28-
user: __token__
29-
password: ${{ secrets.PYPI_TOKEN }}
3028
print-hash: true
29+
skip-existing: true
30+
verify-metadata: true

0 commit comments

Comments
 (0)