Skip to content

Commit

Permalink
Merge pull request #10 from ctdunc/main
Browse files Browse the repository at this point in the history
test trusted publisher
  • Loading branch information
abstractqqq authored Mar 25, 2024
2 parents f5ff4f6 + e2c935a commit bf8324a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -114,14 +114,15 @@ jobs:
runs-on: ubuntu-latest
if: "startsWith(github.ref, 'refs/tags/')"
needs: [linux, windows, macos, sdist]
permissions:
id-token: write
environment: release
steps:
- uses: actions/download-artifact@v3
with:
name: wheels
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
command: upload
args: --non-interactive --skip-existing *

0 comments on commit bf8324a

Please sign in to comment.