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 51af8c0
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,8 +58,8 @@ 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: python -m twine upload --verbose dist/*
env:
TWINE_REPOSITORY_URL: https://test.pypi.org/legacy/
TWINE_PASSWORD: ${{ secrets.TEST_PYPI_TOKEN }}

0 comments on commit 51af8c0

Please sign in to comment.