Skip to content

Commit ca2fbee

Browse files
committed
fix
1 parent 7c5a75d commit ca2fbee

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

pyproject.toml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,8 +13,7 @@ license = { file = "LICENSE.md" }
1313
classifiers = [ "Programming Language :: Python :: 3" ]
1414

1515
[tool.maturin]
16-
# manylinux policy; keep 'auto' if you like
17-
manylinux = "auto"
16+
manylinux = "manylinux2014"
1817
# If you expose the module under the same name as the lib, you can omit module-name.
1918
# module-name = "ccdexplorer_schema_parser"
2019
features = [ ]

0 commit comments

Comments
 (0)