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 26073ac commit 41a52faCopy full SHA for 41a52fa
.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* --force-reinstall
+ pip install pydracula --no-index --find-links dist --force-reinstall
61
rmdir -r dist
62
python -c "import pydracula; pydracula.Lang"
63
- name: Upload wheels
0 commit comments