Skip to content
GitLab
Menu
Projects
Groups
Snippets
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Sign in
Toggle navigation
Menu
Open sidebar
prozorro-sale
Cors
Commits
b54f36b7
Commit
b54f36b7
authored
Jan 18, 2022
by
Viacheslav Sukhovieiev
Browse files
fix(Makefile): remove python version from build-wheel
parent
528c6f1e
Pipeline
#34866
passed with stages
in 1 minute and 31 seconds
Changes
1
Pipelines
1
Hide whitespace changes
Inline
Side-by-side
Makefile
View file @
b54f36b7
...
...
@@ -78,7 +78,7 @@ test-unit: $(REBUILD_IMAGES_FOR_TESTS)
@
docker-compose
-p
$(PROJECT_ID_UNIT)
stop
build-wheel
:
@
python
3.9
setup.py
$(EGG_INFO)
sdist bdist_wheel
@
python setup.py
$(EGG_INFO)
sdist bdist_wheel
publish-wheel
:
twine upload
--skip-existing
dist/
*
...
...
Write
Preview
Supports
Markdown
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment