Rename custom archs job

This commit is contained in:
Roman Mogylatov 2021-01-26 09:37:55 -05:00
parent 8002ce71a8
commit a33766702c
2 changed files with 3 additions and 3 deletions

View File

@ -42,7 +42,7 @@ jobs:
path: ./wheelhouse/*.whl
build-wheels-linux-custom-archs:
name: Build wheels
name: Build wheels Linux custom archs
runs-on: ubuntu-latest
strategy:
matrix:
@ -55,7 +55,7 @@ jobs:
with:
python-version: 3.9
- run: pip install cibuildwheel==1.8.0
- run: cibuildwheel --archs ${{ matrix.archs }} --output-dir wheelhouse
- run: cibuildwheel --archs ${{ matrix.arch }} --output-dir wheelhouse
- uses: actions/upload-artifact@v2
with:
path: ./wheelhouse/*.whl

View File

@ -1,6 +1,6 @@
"""Top-level package."""
__version__ = '4.10.3dev5'
__version__ = '4.10.3dev6'
"""Version number.
:type: str