Skip to content

Commit 64b07c6

Browse files
authored
Update pythonpublish.yml
no need for username and password
1 parent 92d63a6 commit 64b07c6

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

.github/workflows/pythonpublish.yml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,9 +18,6 @@ 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 }}
2421
run: |
2522
python setup.py sdist bdist_wheel
2623
twine upload dist/*

0 commit comments

Comments
 (0)