Skip to content

Commit 5815c6e

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

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,8 @@ jobs:
2222
TWINE_USERNAME: __token__
2323
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_API_TOKEN }}
2424
run: |
25-
python setup.py sdist bdist_wheel
26-
twine upload testpypi dist/*
25+
python setup.py sdist bdist_wheel
26+
twine upload --repository testpypi dist/*
2727
- name: Build and publish
2828
working-directory: ./lib
2929
env:

0 commit comments

Comments
 (0)