Skip to content
Closed
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 2 additions & 3 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,6 @@ on:
# 3 am Tuesdays and Fridays
- cron: "0 3 * * 2,5"


concurrency:
group: "${{ github.ref }}-${{ github.head_ref }}-${{ github.workflow }}"
cancel-in-progress: true
Expand All @@ -41,7 +40,7 @@ jobs:
- [macos-13, macosx_*, x86_64]
- [windows-2022, win_amd64, AMD64]
- [macos-14, macosx_*, arm64]
python: ["cp310", "cp311", "cp312", "cp313"]
python: ["cp310", "cp311", "cp312", "cp313", "cp314"]
defaults:
run:
working-directory: ./package
Expand All @@ -51,7 +50,7 @@ jobs:
fetch-depth: 0

- name: Build wheels
uses: pypa/cibuildwheel@v2.23.0
uses: pypa/cibuildwheel@v3.2.0
with:
package-dir: package
env:
Expand Down
Loading