Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
romainsacchi committed Oct 29, 2024
1 parent 8e37c1d commit 2eec68a
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -103,13 +103,15 @@ jobs:
with:
password: ${{ secrets.PYPI_API_TOKEN }}
skip-existing: true
verbose: true

- name: Publish distribution 📦 to Test PyPI if Push
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
repository-url: https://test.pypi.org/legacy/
skip-existing: true
verbose: true

conda:
name: (${{ matrix.python-version }}, ubuntu-latest)
Expand Down

0 comments on commit 2eec68a

Please sign in to comment.