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