File tree Expand file tree Collapse file tree
workspaces/rust/klaw-dbase Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -18,7 +18,6 @@ permissions:
1818env :
1919 PACKAGE_NAME : klaw-dbase
2020 PYTHON_VERSION : " 3.13"
21- DEPOT_TOKEN : ${{ secrets.DEPOT_TOKEN }}
2221
2322jobs :
2423 linux :
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
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
Original file line number Diff line number Diff line change 11[package ]
22name = " klaw-dbase"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44edition = " 2024"
55license = " MIT"
66description = " Fast Polars-based reading/writing of dBase/DBF files with async I/O and compression support"
Original file line number Diff line number Diff line change 11[project ]
22name = " klaw-dbase"
3- version = " 0.1.1 "
3+ version = " 0.1.2 "
44description = " Fast Polars-based reading/writing of dBase/DBF files with async I/O and compression support"
55readme = " README.md"
66license = { text = " MIT" }
You can’t perform that action at this time.
0 commit comments