Skip to content

Commit a2d0c6e

Browse files
committed
fix version detection in gh manylinux actions
Signed-off-by: oleg.hoefling <oleg.hoefling@gmail.com>
1 parent c86e746 commit a2d0c6e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/manylinux2010.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ jobs:
1515
- name: Set environment variables
1616
shell: bash
1717
run: |
18-
echo ::set-env name=PKGVER::$(python setup.py --version)
18+
echo ::set-env name=PKGVER::$(/opt/python/${{ matrix.python-abi }}/bin/python setup.py --version)
1919
- name: Build linux_x86_64 wheel
2020
env:
2121
STATIC_DEPS: true

0 commit comments

Comments
 (0)