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 b59224a commit 8a1f1c0Copy full SHA for 8a1f1c0
.github/workflows/build_wheels_linux.yml
@@ -68,9 +68,13 @@ jobs:
68
submodules: false
69
fetch-depth: 0
70
71
- - name: Debug pip vars
72
- run: env | grep -i pip
73
-
+ - name: Force official PyPI on runner
+ run: |
+ mkdir -p ~/.config/pip
74
+ printf "[global]\nindex-url = https://pypi.org/simple\n" > ~/.config/pip/pip.conf
75
+ echo "Runner pip.conf now:"
76
+ cat ~/.config/pip/pip.conf
77
+
78
- name: Build a package
79
run: source scripts/build.sh
80
- name: Saving a wheel accordingly to matrix
0 commit comments