Skip to content

Commit

Permalink
[temporary changes for testing]
Browse files Browse the repository at this point in the history
  • Loading branch information
ichard26 committed Aug 15, 2022
1 parent 18ef32b commit 638fa9e
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 @@ -73,7 +73,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 638fa9e

Please sign in to comment.