Skip to content

Commit

Permalink
Use pypi publish v1.4.2
Browse files Browse the repository at this point in the history
  • Loading branch information
c-martinez committed Nov 16, 2021
1 parent e3b878c commit 78ab29c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
pip install setuptools wheel twine
python setup.py sdist bdist_wheel
- name: Publish package
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@v1.4.2
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
Expand Down

0 comments on commit 78ab29c

Please sign in to comment.