Skip to content

Commit 1ec286e

Browse files
authored
Fix case sensitivity in pip install command
1 parent 2d98c9a commit 1ec286e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/buildwheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -188,7 +188,7 @@ jobs:
188188
merge-multiple: true
189189
path: dist
190190
- run: ls -R
191-
- run: pip install --no-binary PyPartMC dist/PyPartMC*tar.gz
191+
- run: pip install --no-binary PyPartMC dist/pypartmc-*.tar.gz
192192

193193
dist_upload:
194194
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)