Skip to content

Commit

Permalink
Use testpypi
Browse files Browse the repository at this point in the history
  • Loading branch information
ichard26 committed Sep 26, 2022
1 parent 6b42c2b commit 53c5676
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi_upload.yml
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ jobs:
- name: Upload to PyPI via Twine
env:
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: twine upload --verbose -u '__token__' dist/*
run: twine upload --verbose -u '__token__' dist/* -r testpypi

mypyc:
name: mypyc wheels (${{ matrix.name }})
Expand Down Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Upload wheels to PyPI via Twine
env:
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
run: pipx run twine upload --verbose -u '__token__' wheelhouse/*.whl
run: pipx run twine upload --verbose -u '__token__' wheelhouse/*.whl -r testpypi

update-stable-branch:
name: Update stable branch
Expand Down

0 comments on commit 53c5676

Please sign in to comment.