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
c48559669a
commit
9f21896b2a
6
.github/workflows/publishing.yml
vendored
6
.github/workflows/publishing.yml
vendored
|
@ -72,8 +72,8 @@ jobs:
|
|||
with:
|
||||
path: ./wheelhouse/*.whl
|
||||
|
||||
build-wheels-linux-custom-archs:
|
||||
name: Build wheels (linux-aarch64)
|
||||
build-wheels-linux-aarch64:
|
||||
name: Build wheels (ubuntu-latest-aarch64)
|
||||
needs: [tests, linters]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
|
@ -91,7 +91,7 @@ jobs:
|
|||
|
||||
publish:
|
||||
name: Publish on PyPI
|
||||
needs: [build-sdist, build-wheels, build-wheels-linux-custom-archs]
|
||||
needs: [build-sdist, build-wheels, build-wheels-linux-aarch64]
|
||||
runs-on: ubuntu-latest
|
||||
steps:
|
||||
- uses: actions/download-artifact@v2
|
||||
|
|
Loading…
Reference in New Issue
Block a user