Skip to content

Commit

Permalink
Fix wheel path (#1258)
Browse files Browse the repository at this point in the history
  • Loading branch information
Thoralf-M authored Sep 19, 2023
1 parent 7aa1e7a commit ba38c55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/bindings-python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ jobs:
pip install -r requirements-dev.txt
pip install patchelf
pip install maturin
maturin build --out ../../../dist --profile=production
maturin build --out ../../dist --profile=production
- name: Upload wheels
uses: actions/upload-artifact@v3
Expand Down

0 comments on commit ba38c55

Please sign in to comment.