We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 010d018 commit c317685Copy full SHA for c317685
.github/workflows/manylinux.yml
@@ -20,7 +20,7 @@ jobs:
20
run: |
21
# https://github.com/actions/runner/issues/2033
22
chown -R $(id -u):$(id -g) $PWD
23
- /opt/python/${{ matrix.python-abi }}/bin/pip install --upgrade pip setuptools wheel build
+ /opt/python/${{ matrix.python-abi }}/bin/pip install --upgrade pip setuptools wheel build 'setuptools_scm>=8'
24
- name: Install system build dependencies (manylinux)
25
26
yum install -y perl-core
0 commit comments