Skip to content

Commit

Permalink
Try using trusted publishing. (#163)
Browse files Browse the repository at this point in the history
  • Loading branch information
feltroidprime authored Aug 19, 2024
1 parent d5e92ed commit 3fe5eab
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/maturin.yml
Original file line number Diff line number Diff line change
Expand Up @@ -164,8 +164,9 @@ jobs:
- uses: actions/download-artifact@v4
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
permissions:
id-token: write
environment: maturin-release
with:
command: upload
args: --non-interactive --skip-existing wheels-*/*
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ build-backend = "maturin"

[project]
name = "garaga"
version = "0.13.2a0"
requires-python = ">=3.10,<3.11"
dependencies = [
"cairo-lang==0.13.2a0",
Expand Down

0 comments on commit 3fe5eab

Please sign in to comment.