Skip to content

Commit 4f1fa34

Browse files
committed
Don't rely on setup.py being marked executable
1 parent a217026 commit 4f1fa34

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -157,7 +157,7 @@ release-test: FORCE
157157
release: FORCE
158158
PYVER=3 ./release-test.sh
159159
. testenv2/bin/activate && \
160-
testenv2/src/${MODULE}/setup.py sdist bdist_wheel
160+
python testenv2/src/${MODULE}/setup.py sdist bdist_wheel
161161
. testenv2/bin/activate && \
162162
pip install twine && \
163163
twine upload testenv2/src/${MODULE}/dist/*whl && \

setup.py

100644100755
File mode changed.

0 commit comments

Comments
 (0)