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 a217026 commit 4f1fa34Copy full SHA for 4f1fa34
Makefile
@@ -157,7 +157,7 @@ release-test: FORCE
157
release: FORCE
158
PYVER=3 ./release-test.sh
159
. testenv2/bin/activate && \
160
- testenv2/src/${MODULE}/setup.py sdist bdist_wheel
+ python testenv2/src/${MODULE}/setup.py sdist bdist_wheel
161
162
pip install twine && \
163
twine upload testenv2/src/${MODULE}/dist/*whl && \
setup.py
100644
100755
0 commit comments