Skip to content

Commit

Permalink
Updated release action to not require a token, similar to pytest-skip…
Browse files Browse the repository at this point in the history
…-markers
  • Loading branch information
dmurphy18 committed Aug 26, 2024
1 parent 0f55d78 commit 4c1ae26
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,6 +25,6 @@ jobs:
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}
print-hash: true
skip-existing: true
verify-metadata: true

0 comments on commit 4c1ae26

Please sign in to comment.