Skip to content

Commit

Permalink
debug commit
Browse files Browse the repository at this point in the history
  • Loading branch information
casperdcl committed Oct 30, 2024
1 parent 02e81fc commit 14b4161
Showing 1 changed file with 7 additions and 5 deletions.
12 changes: 7 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,10 @@ jobs:
with:
build: -s python -o dist
upload: ${{ github.event_name == 'push' && startsWith(github.ref, 'refs/tags') }}
- if: ${{ github.event_name == 'push' && github.ref == 'refs/heads/main' }}
uses: casperdcl/deploy-pypi@v2
with:
url: https://test.pypi.org/legacy/
password: ${{ secrets.TEST_PYPI_TOKEN }}
- name: test pypi
run: |
pip install twine
twine upload --verbose dist/*
env:
TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_TOKEN }}

0 comments on commit 14b4161

Please sign in to comment.