|
|
@@ -83,7 +83,7 @@ jobs:
|
|
|
env:
|
|
|
CIBW_BUILD: "${{ matrix.build-identifier }}*"
|
|
|
- name: Upload wheels
|
|
|
- uses: actions/upload-artifact@v4.5.0
|
|
|
+ uses: actions/upload-artifact@v4.6.2
|
|
|
with:
|
|
|
name: artifact-${{ matrix.build-identifier }}
|
|
|
path: ./wheelhouse/*.whl
|
|
|
@@ -108,7 +108,7 @@ jobs:
|
|
|
# CIBW_PLATFORM: android
|
|
|
# CIBW_ARCHS_ANDROID: arm64_v8a x86_64
|
|
|
# - name: Upload Android wheels
|
|
|
- # uses: actions/upload-artifact@v4.5.0
|
|
|
+ # uses: actions/upload-artifact@v4.6.2
|
|
|
# with:
|
|
|
# name: artifact-android
|
|
|
# path: ./wheelhouse/*.whl
|
|
|
@@ -123,7 +123,7 @@ jobs:
|
|
|
- run: pip install build
|
|
|
- run: PURE=true python -m build --wheel
|
|
|
- name: Upload pure wheels
|
|
|
- uses: actions/upload-artifact@v4.5.0
|
|
|
+ uses: actions/upload-artifact@v4.6.2
|
|
|
with:
|
|
|
name: artifact-pure
|
|
|
path: ./dist/*.whl
|
|
|
@@ -142,7 +142,7 @@ jobs:
|
|
|
- name: Build sdist
|
|
|
run: python -m build --sdist
|
|
|
- name: Upload sdist
|
|
|
- uses: actions/upload-artifact@v4.5.0
|
|
|
+ uses: actions/upload-artifact@v4.6.2
|
|
|
with:
|
|
|
name: artifact-source
|
|
|
path: ./dist/*.tar.gz
|