Whoops.
This commit is contained in:
parent
6ac2f348af
commit
33f4475300
1 changed files with 1 additions and 1 deletions
2
.github/workflows/build-test-pypi.yml
vendored
2
.github/workflows/build-test-pypi.yml
vendored
|
@ -66,7 +66,7 @@ jobs:
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
uses: joerick/cibuildwheel@v2.20.0
|
uses: joerick/cibuildwheel@v2.20.0
|
||||||
env:
|
env:
|
||||||
CIBW_ARCHS: "${{ matrix.archs }}"
|
#CIBW_ARCHS: "${{ matrix.archs }}"
|
||||||
CIBW_BUILD: "cp${{ steps.pythonversion.outputs.value }}-*"
|
CIBW_BUILD: "cp${{ steps.pythonversion.outputs.value }}-*"
|
||||||
CIBW_ENVIRONMENT: "SETUPTOOLS_SCM_PRETEND_VERSION=${{ github.event.inputs.overrideVersion }}"
|
CIBW_ENVIRONMENT: "SETUPTOOLS_SCM_PRETEND_VERSION=${{ github.event.inputs.overrideVersion }}"
|
||||||
- name: Upload wheels to artifact container
|
- name: Upload wheels to artifact container
|
||||||
|
|
Loading…
Reference in a new issue