10000
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 c9b0fda commit 487fce1Copy full SHA for 487fce1
Makefile
@@ -25,11 +25,11 @@ docs-install:
25
docs:
26
. venv/bin/activate; cd docs && make html
27
28
-release: venv
+release: test-install
29
. venv/bin/activate; python setup.py sdist upload
30
. venv/bin/activate; python setup.py bdist_wheel upload
31
32
-build: venv
+build: test-install
33
. venv/bin/activate; python setup.py sdist
34
. venv/bin/activate; python setup.py bdist_wheel
35
setup.cfg
@@ -1,2 +1,2 @@
1
-[wheel]
+[bdist_wheel]
2
universal = 1
0 commit comments