Skip to content

Commit

Permalink
Update pythonpublish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
JohNan authored Sep 13, 2023
1 parent 884a919 commit 7009a43
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@ jobs:
python -m twine check dist/*
python -m setuptools_scm --strip-dev
- name: Publish package to PyPI
if: startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.PYPI }}
print_hash: true
print_hash: true

0 comments on commit 7009a43

Please sign in to comment.