Skip to content

Commit 41a52fa

Browse files
Use the old way for windows
Signed-off-by: Tushar Sadhwani <[email protected]>
1 parent 26073ac commit 41a52fa

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/build_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,7 +57,7 @@ jobs: # credits for workflow from https://github.com/messense/crfs-rs/blob/main/
5757
args: --release --out dist -m pydracula/Cargo.toml
5858
- name: Install built wheel
5959
run: |
60-
pip install dist\pydracula* --force-reinstall
60+
pip install pydracula --no-index --find-links dist --force-reinstall
6161
rmdir -r dist
6262
python -c "import pydracula; pydracula.Lang"
6363
- name: Upload wheels

0 commit comments

Comments
 (0)