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 dd71ba6 commit 71129e6Copy full SHA for 71129e6
Makefile
@@ -100,7 +100,5 @@ upload:
100
twine upload dist/*
101
102
buildupload:
103
- @+make testsetup
104
@+make build
105
- @+make pypimeta
106
- @+make pypi
+ @+make upload
pyproject.toml
@@ -79,7 +79,7 @@ test = [ # minimum dependencies to run tests
79
"pytest",
80
"pytest-cov",
81
#"coveralls",
82
- "py-make", # necessary to run the config files in tests/results/*.cfg
+ "py3make", # necessary to run the config files in tests/results/*.cfg
83
]
84
testmeta = [ # dependencies to test meta-data. Note that some of these dependencies make cibuildwheel choke on cryptography
85
"build",
0 commit comments