Skip to content

Commit

Permalink
wheels will be uploaded on the legacy pypi only if the commit is not …
Browse files Browse the repository at this point in the history
…tagged
  • Loading branch information
pauliyobo committed Oct 24, 2021
1 parent 2a95bb6 commit 52d52c0
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -40,6 +40,7 @@ jobs:
- shell: bash
run: cd /home/runner/artifacts && ls
- name: upload to test pypi
if: !startsWith(github.ref, 'refs/tags')
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{secrets.TEST_PYPI_TOKEN}}
Expand Down

0 comments on commit 52d52c0

Please sign in to comment.