Skip to content

Commit

Permalink
ci: Fix wheels publishing job
Browse files Browse the repository at this point in the history
  • Loading branch information
dnicolodi committed Nov 5, 2024
1 parent da34091 commit b11309b
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/wheels.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,9 @@ jobs:
id-token: write
steps:
- uses: actions/download-artifact@v4
path: dist
with:
merge-multiple: true
path: dist
- uses: pypa/gh-action-pypi-publish@release/v1
with:
attestations: false

0 comments on commit b11309b

Please sign in to comment.