Skip to content

Commit

Permalink
Fix publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
davidbrochart committed Jan 23, 2025
1 parent 2351c7a commit a6c7090
Showing 1 changed file with 4 additions and 9 deletions.
13 changes: 4 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -155,20 +155,15 @@ jobs:
- windows
- linux
- linux-cross
environment: release
permissions:
id-token: write
steps:
- uses: actions/download-artifact@v4
with:
path: dist
merge-multiple: true
- uses: actions/setup-python@v5
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
environment: release
permissions:
id-token: write
with:
command: upload
args: --non-interactive --skip-existing dist/*
- uses: pypa/gh-action-pypi-publish@release/v1

github-release:
name: Create GitHub release
Expand Down

0 comments on commit a6c7090

Please sign in to comment.