Skip to content

Commit c2ef13e

Browse files
committed
patch/python publish
Updates the github action for pypi
1 parent d48669a commit c2ef13e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,8 @@ jobs:
2020
pip install setuptools wheel twine
2121
- name: Build and publish
2222
env:
23-
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
24-
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
23+
TWINE_USERNAME: ${{ secrets.PYPI_USER }}
24+
TWINE_PASSWORD: ${{ secrets.PYPI_PASS }}
2525
run: |
2626
python setup.py sdist bdist_wheel
2727
twine upload dist/*

0 commit comments

Comments
 (0)