Skip to content

Commit

Permalink
Bump [email protected] (fixes the metadata issue)
Browse files Browse the repository at this point in the history
  • Loading branch information
aMarcireau committed Jun 1, 2024
1 parent f3fb86a commit 6e19120
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 4 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/build_wheels.yml
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,6 @@ jobs:
name: dist
path: dist
- run: mv wheelhouse/* dist/
- uses: pypa/[email protected].10
- uses: pypa/[email protected].14
with:
password: ${{ secrets.PYPI_API_TOKEN }}
7 changes: 4 additions & 3 deletions Cargo.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,9 +4,6 @@ version = "2.1.0"
edition = "2021"
resolver = "2"

[profile.release]
lto = true

[lib]
name = "aedat"
crate-type = ["cdylib"]
Expand All @@ -19,3 +16,7 @@ numpy = "0.21.0"
pyo3 = {version = "0.21.2", features = ["extension-module"]}
roxmltree = "0.20.0"
zstd = "0.13.1"

[profile.release]
lto = true
codegen-units = 1

0 comments on commit 6e19120

Please sign in to comment.