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 d1d7068 commit 1e92cd7Copy full SHA for 1e92cd7
.github/workflows/python.yml
@@ -23,7 +23,7 @@ jobs:
23
24
- name: Publish package
25
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
26
- uses: pypa/gh-action-pypi-publish@main
+ uses: pypa/gh-action-pypi-publish@master
27
with:
28
user: andrew
29
password: ${{ secrets.PYPI_API_TOKEN }}
0 commit comments