Skip to content

Commit

Permalink
Don't rely on setup.py being marked executable
Browse files Browse the repository at this point in the history
  • Loading branch information
mr-c committed Apr 23, 2021
1 parent a217026 commit 4f1fa34
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -157,7 +157,7 @@ release-test: FORCE
release: FORCE
PYVER=3 ./release-test.sh
. testenv2/bin/activate && \
testenv2/src/${MODULE}/setup.py sdist bdist_wheel
python testenv2/src/${MODULE}/setup.py sdist bdist_wheel
. testenv2/bin/activate && \
pip install twine && \
twine upload testenv2/src/${MODULE}/dist/*whl && \
Expand Down
Empty file modified setup.py
100644 → 100755
Empty file.

0 comments on commit 4f1fa34

Please sign in to comment.