Skip to content

Commit

Permalink
twine wheel validation fix (PyO3/maturin#2335)
Browse files Browse the repository at this point in the history
  • Loading branch information
nikpau committed Dec 4, 2024
1 parent d7f826a commit 36f5ad5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["maturin>=0.12", "setuptools"]
requires = ["maturin==1.7.5", "setuptools"]
build-backend = "maturin"

[project]
Expand Down

0 comments on commit 36f5ad5

Please sign in to comment.