Skip to content

Commit

Permalink
push to test pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
angelhof committed Dec 17, 2024
1 parent 1ddf0da commit 40b772f
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -57,13 +57,13 @@ jobs:
- name: Download distributions
uses: actions/download-artifact@v4

# - name: Deploy test distribution to Test PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# with:
# password: ${{ secrets.TEST_PYPI_API_TOKEN }}
# verbose: true
# repository_url: https://test.pypi.org/legacy/
# skip_existing: true
- name: Deploy test distribution to Test PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
verbose: true
repository_url: https://test.pypi.org/legacy/
skip_existing: true

- name: Deploy tagged release on PyPI
if: startsWith(github.ref, 'refs/tags')
Expand Down

0 comments on commit 40b772f

Please sign in to comment.