Skip to content
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.

Commit 868b69b

Browse files
committedNov 15, 2021
Typo
1 parent 91dd0ad commit 868b69b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

Diff for: ‎.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.4.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)
Please sign in to comment.