Skip to content

Commit 6e19120

Browse files
committed
Bump [email protected] (fixes the metadata issue)
1 parent f3fb86a commit 6e19120

File tree

2 files changed

+5
-4
lines changed

2 files changed

+5
-4
lines changed

.github/workflows/build_wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,6 @@ jobs:
7777
name: dist
7878
path: dist
7979
- run: mv wheelhouse/* dist/
80-
- uses: pypa/[email protected].10
80+
- uses: pypa/[email protected].14
8181
with:
8282
password: ${{ secrets.PYPI_API_TOKEN }}

Cargo.toml

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,6 @@ version = "2.1.0"
44
edition = "2021"
55
resolver = "2"
66

7-
[profile.release]
8-
lto = true
9-
107
[lib]
118
name = "aedat"
129
crate-type = ["cdylib"]
@@ -19,3 +16,7 @@ numpy = "0.21.0"
1916
pyo3 = {version = "0.21.2", features = ["extension-module"]}
2017
roxmltree = "0.20.0"
2118
zstd = "0.13.1"
19+
20+
[profile.release]
21+
lto = true
22+
codegen-units = 1

0 commit comments

Comments
 (0)