mirror of
https://github.com/instant-labs/instant-segment.git
synced 2025-01-19 15:29:05 +00:00
Publish Python 3.13 wheels
This commit is contained in:
parent
a17650d534
commit
35decbd199
12
.github/workflows/publish.yml
vendored
12
.github/workflows/publish.yml
vendored
@ -26,6 +26,9 @@ jobs:
|
||||
- os: ubuntu-latest
|
||||
target: x86_64
|
||||
python: "3.12"
|
||||
- os: ubuntu-latest
|
||||
target: x86_64
|
||||
python: "3.13"
|
||||
- os: windows-latest
|
||||
target: x64
|
||||
python: "3.9"
|
||||
@ -38,6 +41,9 @@ jobs:
|
||||
- os: windows-latest
|
||||
target: x64
|
||||
python: "3.12"
|
||||
- os: windows-latest
|
||||
target: x64
|
||||
python: "3.13"
|
||||
- os: macos-latest
|
||||
target: aarch64
|
||||
python: "3.9"
|
||||
@ -50,6 +56,9 @@ jobs:
|
||||
- os: macos-latest
|
||||
target: aarch64
|
||||
python: "3.12"
|
||||
- os: macos-latest
|
||||
target: aarch64
|
||||
python: "3.13"
|
||||
- os: macos-latest
|
||||
target: x64
|
||||
python: "3.9"
|
||||
@ -62,6 +71,9 @@ jobs:
|
||||
- os: macos-latest
|
||||
target: x64
|
||||
python: "3.12"
|
||||
- os: macos-latest
|
||||
target: x64
|
||||
python: "3.13"
|
||||
|
||||
runs-on: ${{ matrix.os }}
|
||||
steps:
|
||||
|
Loading…
Reference in New Issue
Block a user