Skip to content

Commit cc75770

Browse files
committed
fix pypi username
1 parent 1e92cd7 commit cc75770

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,5 +25,5 @@ jobs:
2525
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
2626
uses: pypa/gh-action-pypi-publish@master
2727
with:
28-
user: andrew
28+
user: andrewfulton9
2929
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)