mirror of
https://github.com/ChristianLight/tutor.git
synced 2025-01-06 07:30:40 +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
|
||||
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
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user