Skip to content

Commit f46e7e9

Browse files
authored
Merge pull request #59 from prodigyeducation/patch/pythonpublish
patch/python publish
2 parents d48669a + c2ef13e commit f46e7e9

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)