Skip to content

Commit b49d64a

Browse files
authored
Update python-publish.yml
1 parent 5815c6e commit b49d64a

File tree

1 file changed

+1
-8
lines changed

1 file changed

+1
-8
lines changed

.github/workflows/python-publish.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,14 +16,7 @@ jobs:
1616
run: |
1717
python -m pip install --upgrade pip
1818
pip install setuptools wheel twine
19-
- name: Build and publish on testpypi
20-
working-directory: ./lib
21-
env:
22-
TWINE_USERNAME: __token__
23-
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
24-
run: |
25-
python setup.py sdist bdist_wheel
26-
twine upload --repository testpypi dist/*
19+
2720
- name: Build and publish
2821
working-directory: ./lib
2922
env:

0 commit comments

Comments
 (0)