We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9cbdb2 commit 8822f91Copy full SHA for 8822f91
appveyor.yml
@@ -17,7 +17,7 @@ init:
17
18
- ECHO "Updating Environment"
19
- python -m pip install -U pip
20
- - python -m pip install -U wheel
+ - python -m pip install -U pep517
21
- python -m pip install -U --upgrade-strategy=eager tox
22
23
@@ -35,7 +35,7 @@ test_script:
35
36
after_test:
37
# If tests are successful, create a whl package for the project.
38
- - "%CMD_IN_ENV% python setup.py bdist_wheel"
+ - python -m pep517.build --binary .
39
- ps: "ls dist"
40
41
artifacts:
pyproject.toml
@@ -0,0 +1,3 @@
1
+[build-system]
2
+requires = ["setuptools>=34.4", "wheel"]
3
+build-backend = "setuptools.build_meta"
0 commit comments