drop wheel upload as artefact

This commit is contained in:
Zied Aouini 2025-11-17 02:22:10 +01:00
parent 962f5f5211
commit 528ad7fc3d
No known key found for this signature in database

View file

@ -49,15 +49,6 @@ jobs:
CIBW_ARCHS_LINUX: auto aarch64
CIBW_ARCHS_WINDOWS: auto64
CIBW_ARCHS_MACOS: x86_64 arm64
CIBW_SKIP: >
cp36-* cp37-* cp38-*
pp37-* pp38-* pp39-* pp310-*
- name: Upload generated wheel
uses: actions/upload-artifact@v4
with:
name: generated_wheels
path: ./wheelhouse/*.whl
- name: Publish on Pypi
# if: startsWith(github.ref, 'refs/tags/')