Antonio Cheong commited on
Commit
2724ce1
·
unverified ·
1 Parent(s): f53f745
Files changed (1) hide show
  1. .github/workflows/PyPi.yml +1 -1
.github/workflows/PyPi.yml CHANGED
@@ -35,5 +35,5 @@ jobs:
35
  - name: Publish package
36
  uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
37
  with:
38
- user: acheong08
39
  password: ${{ secrets.PYPI_API_TOKEN }}
 
35
  - name: Publish package
36
  uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
37
  with:
38
+ user: __token__
39
  password: ${{ secrets.PYPI_API_TOKEN }}