Skip to content

Commit

Permalink
Try master
Browse files Browse the repository at this point in the history
  • Loading branch information
saimn committed Dec 16, 2020
1 parent 0f0e5ab commit f88395d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Expand Up @@ -39,6 +39,6 @@ jobs:
- name: Publish distribution 📦 to PyPI
if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags')
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@master
with:
password: ${{ secrets.pypi_password }}

0 comments on commit f88395d

Please sign in to comment.