Skip to content

Commit

Permalink
Fix set-version for Windows builds
Browse files Browse the repository at this point in the history
  • Loading branch information
simu committed Jan 10, 2024
1 parent 11083a4 commit 415c56c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -106,7 +106,7 @@ jobs:
env:
VERSION: ${{ needs.set-version.outputs.version }}
run: |
cargo set-version "${VERSION}"
cargo set-version --manifest-path "$env:GITHUB_WORKSPACE/Cargo.toml" "${VERSION}"
- name: Build wheels
uses: PyO3/maturin-action@v1
with:
Expand Down

0 comments on commit 415c56c

Please sign in to comment.