mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-06 14:40:48 +03:00
Rename custom archs job
This commit is contained in:
parent
8002ce71a8
commit
a33766702c
4
.github/workflows/publishing.yml
vendored
4
.github/workflows/publishing.yml
vendored
|
@ -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
|
||||
|
|
|
@ -1,6 +1,6 @@
|
|||
"""Top-level package."""
|
||||
|
||||
__version__ = '4.10.3dev5'
|
||||
__version__ = '4.10.3dev6'
|
||||
"""Version number.
|
||||
|
||||
:type: str
|
||||
|
|
Loading…
Reference in New Issue
Block a user