Skip to content

Commit

Permalink
more CI fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
nx10 committed Oct 14, 2024
1 parent 69e5184 commit de3c315
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,9 @@ jobs:
uses: actions/attest-build-provenance@v1
with:
subject-path: 'wheels-*/*'
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Publish to PyPI
if: "startsWith(github.ref, 'refs/tags/')"
uses: PyO3/maturin-action@v1
Expand Down

0 comments on commit de3c315

Please sign in to comment.