Skip to content

Commit

Permalink
🔧 MAINTAIN: update GH action
Browse files Browse the repository at this point in the history
  • Loading branch information
chrisjsewell authored Sep 21, 2020
1 parent d9e0f59 commit 26f469e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -121,7 +121,7 @@ jobs:
pip install wheel
python setup.py sdist bdist_wheel
- name: Publish
uses: pypa/gh-action-pypi-publish@v1.1.0
uses: pypa/gh-action-pypi-publish@v1.3.1
with:
user: __token__
password: ${{ secrets.PYPI_KEY }}

0 comments on commit 26f469e

Please sign in to comment.