We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d11782b commit 4e457a5Copy full SHA for 4e457a5
.github/workflows/ci.yml
@@ -100,7 +100,7 @@ jobs:
100
path: dist
101
- name: Publish package
102
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
103
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@v1
104
with:
105
user: __token__
106
password: ${{ secrets.pypi_password }}
0 commit comments