mirror of
https://github.com/ets-labs/python-dependency-injector.git
synced 2025-07-08 06:13:25 +03:00
Upgrade cibuildwheel
This commit is contained in:
parent
dd84a1b5d6
commit
bf2ddbce32
4
.github/workflows/publishing.yml
vendored
4
.github/workflows/publishing.yml
vendored
|
@ -70,10 +70,10 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v3
|
||||
- name: Build wheels
|
||||
uses: pypa/cibuildwheel@v2.23.3
|
||||
uses: pypa/cibuildwheel@v3.0.0
|
||||
- uses: actions/upload-artifact@v4
|
||||
with:
|
||||
name: cibw-wheels-x86-${{ matrix.os }}-${{ strategy.job-index }}
|
||||
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
|
||||
path: ./wheelhouse/*.whl
|
||||
|
||||
test-publish:
|
||||
|
|
Loading…
Reference in New Issue
Block a user