Skip to content

Commit 2a30772

Browse files
committed
github file
1 parent 936f7b5 commit 2a30772

1 file changed

Lines changed: 0 additions & 4 deletions

File tree

.github/workflows/python-publish.yml

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -23,9 +23,5 @@ jobs:
2323
python -m pip install --upgrade pip
2424
pip install setuptools wheel twine
2525
- name: Build and publish
26-
env:
27-
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
28-
TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }}
2926
run: |
3027
python setup.py sdist bdist_wheel
31-
twine upload dist/*

0 commit comments

Comments
 (0)