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