mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-08 16:14:08 +00:00
Specify CI python version in packaging in case of conflict
On MacOS, when no python version is specified, packaging is run with python 2.
This commit is contained in:
parent
aaafd73a8a
commit
e04f42ec1a
2
Makefile
2
Makefile
@ -11,7 +11,7 @@ compile-requirements: ## Compile requirements files
|
|||||||
|
|
||||||
package: ## Build a package ready to upload to pypi
|
package: ## Build a package ready to upload to pypi
|
||||||
pip install twine
|
pip install twine
|
||||||
python setup.py sdist
|
python3 setup.py sdist
|
||||||
|
|
||||||
test: test-lint test-unit test-format test-package ## Run all tests by decreasing order or priority
|
test: test-lint test-unit test-format test-package ## Run all tests by decreasing order or priority
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user