Skip to content

Commit

Permalink
update deploy action version
Browse files Browse the repository at this point in the history
  • Loading branch information
RMeli committed Jul 30, 2022
1 parent 084c59c commit 99dcabf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- name: Publish on TestPyPI
# Upload to testpypi on every tag
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/')
uses: pypa/gh-action-pypi-publish@master
uses: pypa/gh-action-pypi-publish@v1.5.0
with:
password: ${{ secrets.TESTPYPI_PWD }}
repository_url: https://test.pypi.org/legacy/

0 comments on commit 99dcabf

Please sign in to comment.