Skip to content

Commit 06cd082

Browse files
authored
Merge pull request #2192 from mrmundt/wheel-version
Update Wheel Creation GHA Version
2 parents 3f00134 + 868b69b commit 06cd082

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release_wheel_creation.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ jobs:
3333
python -m pip install --upgrade pip
3434
pip install twine wheel setuptools
3535
- name: Build manylinux Python wheels
36-
uses: RalfG/python-wheels-manylinux-build@v0.3.3-manylinux2010_x86_64
36+
uses: RalfG/python-wheels-manylinux-build@v0.4.0-manylinux2010_x86_64
3737
with:
3838
python-versions: 'cp36-cp36m cp37-cp37m cp38-cp38 cp39-cp39'
3939
build-requirements: 'cython'

0 commit comments

Comments
 (0)