Skip to content

Commit

Permalink
Update gh-action-pypi-publish
Browse files Browse the repository at this point in the history
  • Loading branch information
facelessuser committed Jan 26, 2021
1 parent 3332013 commit 0ad4ac3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ jobs:
pip install --upgrade setuptools wheel
python setup.py ${{ matrix.distribution }}
- name: Publish
uses: pypa/gh-action-pypi-publish@v1.0.0a0
uses: pypa/gh-action-pypi-publish@v1.4.1
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 0ad4ac3

Please sign in to comment.