Skip to content

Commit

Permalink
GA: test PyPi release
Browse files Browse the repository at this point in the history
  • Loading branch information
ZJaume committed Aug 6, 2024
1 parent 01143a6 commit c0c4a0b
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -84,6 +84,9 @@ jobs:

release:
name: Release
environment: release
permissions:
id-token: write
runs-on: ubuntu-22.04
if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux, sdist]
Expand All @@ -92,7 +95,7 @@ jobs:
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
MATURIN_REPOSITORY: testpypi
with:
command: upload
args: --non-interactive --skip-existing wheels-*/*

0 comments on commit c0c4a0b

Please sign in to comment.