Skip to content

Commit e03876d

Browse files
author
Guowei Hsu
committed
test
1 parent 96f5d19 commit e03876d

File tree

3 files changed

+2
-63
lines changed

3 files changed

+2
-63
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -58,36 +58,6 @@ jobs:
5858
with:
5959
pypi_token: ${{ secrets.LANCEDB_PYPI_API_TOKEN }}
6060
fury_token: ${{ secrets.FURY_TOKEN }}
61-
mac:
62-
timeout-minutes: 90
63-
runs-on: ${{ matrix.config.runner }}
64-
strategy:
65-
matrix:
66-
config:
67-
- target: x86_64-apple-darwin
68-
runner: macos-15-large
69-
- target: aarch64-apple-darwin
70-
runner: warp-macos-14-arm64-6x
71-
env:
72-
MACOSX_DEPLOYMENT_TARGET: 10.15
73-
steps:
74-
- uses: actions/checkout@v4
75-
with:
76-
fetch-depth: 0
77-
lfs: true
78-
- name: Set up Python
79-
uses: actions/setup-python@v4
80-
with:
81-
python-version: 3.12
82-
- uses: ./.github/workflows/build_mac_wheel
83-
with:
84-
python-minor-version: 8
85-
args: "--release --strip --target ${{ matrix.config.target }} --features fp16kernels"
86-
- uses: ./.github/workflows/upload_wheel
87-
if: startsWith(github.ref, 'refs/tags/python-v')
88-
with:
89-
pypi_token: ${{ secrets.LANCEDB_PYPI_API_TOKEN }}
90-
fury_token: ${{ secrets.FURY_TOKEN }}
9161
windows:
9262
timeout-minutes: 60
9363
runs-on: windows-latest
@@ -179,7 +149,7 @@ jobs:
179149
report-failure:
180150
name: Report Workflow Failure
181151
runs-on: ubuntu-latest
182-
needs: [linux, mac, windows]
152+
needs: [linux, windows]
183153
permissions:
184154
contents: read
185155
issues: write

.github/workflows/python.yml

Lines changed: 0 additions & 31 deletions
Original file line numberDiff line numberDiff line change
@@ -142,37 +142,6 @@ jobs:
142142
# Make sure wheels are not included in the Rust cache
143143
- name: Delete wheels
144144
run: rm -rf target/wheels
145-
platform:
146-
name: "Mac: ${{ matrix.config.name }}"
147-
timeout-minutes: 30
148-
strategy:
149-
matrix:
150-
config:
151-
- name: x86
152-
runner: macos-15-large
153-
- name: Arm
154-
runner: macos-14
155-
runs-on: "${{ matrix.config.runner }}"
156-
defaults:
157-
run:
158-
shell: bash
159-
working-directory: python
160-
steps:
161-
- uses: actions/checkout@v4
162-
with:
163-
fetch-depth: 0
164-
lfs: true
165-
- name: Set up Python
166-
uses: actions/setup-python@v5
167-
with:
168-
python-version: "3.12"
169-
- uses: ./.github/workflows/build_mac_wheel
170-
with:
171-
args: --profile ci
172-
- uses: ./.github/workflows/run_tests
173-
# Make sure wheels are not included in the Rust cache
174-
- name: Delete wheels
175-
run: rm -rf target/wheels
176145
windows:
177146
name: "Windows: ${{ matrix.config.name }}"
178147
timeout-minutes: 60

python/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "lancedb-python"
3-
version = "0.25.4-cjk.2"
3+
version = "1.25.4.2"
44
edition.workspace = true
55
description = "Python bindings for LanceDB"
66
license.workspace = true

0 commit comments

Comments
 (0)