Skip to content

Commit

Permalink
Try to fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
christoph2 committed Jul 3, 2022
1 parent 9e284f7 commit 63f9f55
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .pdm.toml
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ check_update = false
parallel_install = true
project_max_depth = 5
use_venv = false
path = "C:\\Users\\Chris\\PycharmProjects\\pyxcp\\venv\\Scripts\\python.EXE"

[python.feature]
install_cache = true
Expand All @@ -20,6 +19,6 @@ verify_ssl = false
use_pyenv = false

[python.strategy]
resolve_max_rounds = 1 # 10000
resolve_max_rounds = 10
save = "minimum"
update = "reuse"
4 changes: 2 additions & 2 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[build-system]
requires = ["pdm-pep517", "pybind11<3.0.0,>=2.9.0", "wheel", "build", "twine", "setuptools"]
requires = ["pdm", "pdm-pep517", "pybind11<3.0.0,>=2.9.0", "wheel", "build", "twine", "setuptools"]
build-backend = "pdm.pep517.api"

[tool.pdm]
Expand Down Expand Up @@ -115,5 +115,5 @@ build = "cp3{7,8,9,10}-*"
build-frontend = "build"
[tool.cibuildwheel.linux]
before-all = "curl https://sh.rustup.rs -sSf | sh -s -- -y"
build-frontend = "build"
build-frontend = "pip --no-use-pep517" # "build"

1 change: 1 addition & 0 deletions setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -108,6 +108,7 @@ def run(self):
author="Christoph Schueler",
author_email="cpu12.gems@googlemail.com",
url="https://github.com/christoph2/pyxcp",
package_dir={"": "pyxcp"},
packages=setuptools.find_packages(),
cmdclass={
"asamkeydll": AsamKeyDllAutogen,
Expand Down

0 comments on commit 63f9f55

Please sign in to comment.