We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c86e746 commit a2d0c6eCopy full SHA for a2d0c6e
1 file changed
.github/workflows/manylinux2010.yml
@@ -15,7 +15,7 @@ jobs:
15
- name: Set environment variables
16
shell: bash
17
run: |
18
- echo ::set-env name=PKGVER::$(python setup.py --version)
+ echo ::set-env name=PKGVER::$(/opt/python/${{ matrix.python-abi }}/bin/python setup.py --version)
19
- name: Build linux_x86_64 wheel
20
env:
21
STATIC_DEPS: true
0 commit comments