Skip to content

Commit

Permalink
Bump version
Browse files Browse the repository at this point in the history
  • Loading branch information
ringsaturn committed Dec 6, 2024
1 parent 0ced6ad commit 7796675
Show file tree
Hide file tree
Showing 5 changed files with 28 additions and 29 deletions.
15 changes: 7 additions & 8 deletions .github/workflows/CI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -149,13 +149,13 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: "3.12"
- uses: messense/maturin-action@v1
with:
target: aarch64-pc-windows-msvc
command: build
sccache: true
args: --release -o dist -i 3.11 3.12
maturin-version: v1.7.5
# - uses: messense/maturin-action@v1
# with:
# target: aarch64-pc-windows-msvc
# command: build
# sccache: true
# args: --release -o dist -i 3.11 3.12
# maturin-version: v1.7.5
- name: Upload wheels
uses: actions/upload-artifact@v4
with:
Expand Down Expand Up @@ -213,7 +213,6 @@ jobs:
macos,
linux,
windows-x86_64,
windows-aarch64,
manylinux-aarch64,
armv7,
musllinux-x86_64,
Expand Down
6 changes: 3 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion Cargo.toml
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
[package]
edition = "2021"
name = "tzfpy"
version = "0.16.1"
version = "0.16.2"

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

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ Issues = "https://github.com/ringsaturn/tzfpy/issues"
dev = [
"ruff==0.8.1",
"citiespy>=0.6.6",
"maturin==1.7.7",
"maturin==1.7.8",
"pytest>=8.3.3",
"pytest-benchmark>=5.1.0",
"pytest-cov>=6.0.0",
Expand Down
32 changes: 16 additions & 16 deletions uv.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 7796675

Please sign in to comment.