mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-02-06 14:40:48 +03:00
Rename aarch64 job
This commit is contained in:
parent
c15a5889fe
commit
c48559669a
7
.github/workflows/publishing.yml
vendored
7
.github/workflows/publishing.yml
vendored
|
@ -73,12 +73,9 @@ jobs:
|
|||
path: ./wheelhouse/*.whl
|
||||
|
||||
build-wheels-linux-custom-archs:
|
||||
name: Build wheels Linux custom archs
|
||||
name: Build wheels (linux-aarch64)
|
||||
needs: [tests, linters]
|
||||
runs-on: ubuntu-latest
|
||||
strategy:
|
||||
matrix:
|
||||
arch: [aarch64]
|
||||
steps:
|
||||
- uses: actions/checkout@v2
|
||||
- name: Set up QEMU
|
||||
|
@ -87,7 +84,7 @@ jobs:
|
|||
with:
|
||||
python-version: 3.9
|
||||
- run: pip install cibuildwheel==1.8.0
|
||||
- run: cibuildwheel --archs ${{ matrix.arch }} --output-dir wheelhouse
|
||||
- run: cibuildwheel --archs aarch64 --output-dir wheelhouse
|
||||
- uses: actions/upload-artifact@v2
|
||||
with:
|
||||
path: ./wheelhouse/*.whl
|
||||
|
|
Loading…
Reference in New Issue
Block a user