Skip to content

Commit 16b5ffe

Browse files
committed
fix: remove invalid cache-provider, bump to 0.1.2
1 parent 5be46f5 commit 16b5ffe

3 files changed

Lines changed: 5 additions & 6 deletions

File tree

.github/workflows/release.yml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -18,7 +18,6 @@ permissions:
1818
env:
1919
PACKAGE_NAME: klaw-dbase
2020
PYTHON_VERSION: "3.13"
21-
DEPOT_TOKEN: ${{ secrets.DEPOT_TOKEN }}
2221

2322
jobs:
2423
linux:
@@ -45,7 +44,7 @@ jobs:
4544
uses: Swatinem/rust-cache@v2
4645
with:
4746
workspaces: workspaces/rust/klaw-dbase
48-
cache-provider: depot
47+
4948

5049
- name: Build wheels
5150
uses: PyO3/maturin-action@v1
@@ -86,7 +85,7 @@ jobs:
8685
uses: Swatinem/rust-cache@v2
8786
with:
8887
workspaces: workspaces/rust/klaw-dbase
89-
cache-provider: depot
88+
9089

9190
- name: Build wheels
9291
uses: PyO3/maturin-action@v1
@@ -130,7 +129,7 @@ jobs:
130129
uses: Swatinem/rust-cache@v2
131130
with:
132131
workspaces: workspaces/rust/klaw-dbase
133-
cache-provider: depot
132+
134133

135134
- name: Build wheels
136135
uses: PyO3/maturin-action@v1

workspaces/rust/klaw-dbase/Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[package]
22
name = "klaw-dbase"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
edition = "2024"
55
license = "MIT"
66
description = "Fast Polars-based reading/writing of dBase/DBF files with async I/O and compression support"

workspaces/rust/klaw-dbase/pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[project]
22
name = "klaw-dbase"
3-
version = "0.1.1"
3+
version = "0.1.2"
44
description = "Fast Polars-based reading/writing of dBase/DBF files with async I/O and compression support"
55
readme = "README.md"
66
license = { text = "MIT" }

0 commit comments

Comments
 (0)