Skip to content

Commit 3cb7064

Browse files
authored
Update pythonpublish.yml
put back things
1 parent 64b07c6 commit 3cb7064

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/pythonpublish.yml

+3
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,9 @@ jobs:
1818
python -m pip install --upgrade pip
1919
pip install setuptools wheel twine
2020
- name: Build and publish
21+
env:
22+
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
23+
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2124
run: |
2225
python setup.py sdist bdist_wheel
2326
twine upload dist/*

0 commit comments

Comments
 (0)