Skip to content

Commit

Permalink
Publish to testpypi temporarily
Browse files Browse the repository at this point in the history
  • Loading branch information
10sr committed Nov 4, 2024
1 parent 8cd589f commit 7bc169c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/build.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,10 @@ jobs:
set -eux
test refs/tags/v`python3 ./setup.py --version` == "${{ github.ref }}"
- name: Publish to pypi
run: make publish publish_repository=pypi
run: make publish publish_repository=testpypi
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
TWINE_PASSWORD: ${{ secrets.TESTPYPI_TOKEN }}

test:
timeout-minutes: 5
Expand Down

0 comments on commit 7bc169c

Please sign in to comment.