mirror of
https://github.com/nfstream/nfstream.git
synced 2026-05-19 16:28:14 +00:00
fix generated versions
This commit is contained in:
parent
53a1ae6bac
commit
422be54725
1 changed files with 3 additions and 0 deletions
3
.github/workflows/build_wheel_publish.yml
vendored
3
.github/workflows/build_wheel_publish.yml
vendored
|
|
@ -49,6 +49,9 @@ 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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue