Skip to content

Commit

Permalink
ci: fix python PyPI release workflow (#5108)
Browse files Browse the repository at this point in the history
  • Loading branch information
eitsupi authored Jan 22, 2025
1 parent acea384 commit f3343c8
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -316,6 +316,8 @@ jobs:
runs-on: ubuntu-22.04
needs: [build-python-wheels]
if: github.event_name == 'release'
permissions:
id-token: write
strategy:
matrix:
package:
Expand All @@ -330,8 +332,6 @@ jobs:
merge-multiple: true
- name: Publish to PyPI
uses: PyO3/maturin-action@v1
env:
MATURIN_PYPI_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
with:
command: upload
args: --skip-existing *
Expand Down

0 comments on commit f3343c8

Please sign in to comment.