Skip to content

Commit 64478f7

Browse files
authored
Update python-publish.yml
update username and secret name
1 parent c5b37d6 commit 64478f7

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,8 @@ jobs:
2424
pip install setuptools wheel twine
2525
- name: Build and publish
2626
env:
27-
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
28-
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
27+
TWINE_USERNAME: xwli
28+
TWINE_PASSWORD: ${{ secrets.pypi_password }}
2929
run: |
3030
python setup.py sdist bdist_wheel
3131
twine upload dist/*

0 commit comments

Comments
 (0)