Skip to content

Commit 7796675

Browse files
committed
Bump version
1 parent 0ced6ad commit 7796675

File tree

5 files changed

+28
-29
lines changed

5 files changed

+28
-29
lines changed

.github/workflows/CI.yml

Lines changed: 7 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -149,13 +149,13 @@ jobs:
149149
uses: actions/setup-python@v5
150150
with:
151151
python-version: "3.12"
152-
- uses: messense/maturin-action@v1
153-
with:
154-
target: aarch64-pc-windows-msvc
155-
command: build
156-
sccache: true
157-
args: --release -o dist -i 3.11 3.12
158-
maturin-version: v1.7.5
152+
# - uses: messense/maturin-action@v1
153+
# with:
154+
# target: aarch64-pc-windows-msvc
155+
# command: build
156+
# sccache: true
157+
# args: --release -o dist -i 3.11 3.12
158+
# maturin-version: v1.7.5
159159
- name: Upload wheels
160160
uses: actions/upload-artifact@v4
161161
with:
@@ -213,7 +213,6 @@ jobs:
213213
macos,
214214
linux,
215215
windows-x86_64,
216-
windows-aarch64,
217216
manylinux-aarch64,
218217
armv7,
219218
musllinux-x86_64,

Cargo.lock

Lines changed: 3 additions & 3 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

Cargo.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
[package]
22
edition = "2021"
33
name = "tzfpy"
4-
version = "0.16.1"
4+
version = "0.16.2"
55

66
# See more keys and their definitions at https://doc.rust-lang.org/cargo/reference/manifest.html
77

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ Issues = "https://github.com/ringsaturn/tzfpy/issues"
4343
dev = [
4444
"ruff==0.8.1",
4545
"citiespy>=0.6.6",
46-
"maturin==1.7.7",
46+
"maturin==1.7.8",
4747
"pytest>=8.3.3",
4848
"pytest-benchmark>=5.1.0",
4949
"pytest-cov>=6.0.0",

uv.lock

Lines changed: 16 additions & 16 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)