We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1fd3d2a commit 26073acCopy full SHA for 26073ac
.github/workflows/build_release.yml
@@ -57,7 +57,7 @@ jobs: # credits for workflow from https://github.com/messense/crfs-rs/blob/main/
57
args: --release --out dist -m pydracula/Cargo.toml
58
- name: Install built wheel
59
run: |
60
- pip install ./dist/pydracula-*.whl --force-reinstall
+ pip install dist\pydracula* --force-reinstall
61
rmdir -r dist
62
python -c "import pydracula; pydracula.Lang"
63
- name: Upload wheels
0 commit comments