Skip to content

Commit

Permalink
hard-coded python3 for ci
Browse files Browse the repository at this point in the history
  • Loading branch information
JulianGindi committed Jan 12, 2020
1 parent 751a44a commit eedc599
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions Makefile
Original file line number Diff line number Diff line change
@@ -1,11 +1,11 @@
python_requirements:
pip install twine
pip3 install twine

test:
python test_auto_semver.py
python3 test_auto_semver.py

package:
python setup.py sdist bdist_wheel
python3 setup.py sdist bdist_wheel

publish: python_requirements package
twine upload dist/*
Expand Down

0 comments on commit eedc599

Please sign in to comment.