Skip to content

Commit

Permalink
added release dependencies to pyproject
Browse files Browse the repository at this point in the history
  • Loading branch information
BenJourdan committed Nov 8, 2024
1 parent 3979941 commit 8a8d1f0
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,8 @@ jobs:
uses: actions/attest-build-provenance@v1
with:
subject-path: 'wheels-*/*'
- name: List files in working directory
run: ls -la
- name: Publish to PyPI
if: "startsWith(github.ref, 'refs/tags/')"
uses: PyO3/maturin-action@v1
Expand All @@ -179,3 +181,4 @@ jobs:
with:
command: upload
args: --non-interactive --skip-existing wheels-*/*
working-directory: ./

0 comments on commit 8a8d1f0

Please sign in to comment.