[ci skip] Update pypi build command

This commit is contained in:
Antonin Raffin 2023-05-24 11:38:37 +02:00
parent c8210ddf50
commit 1bfb55df0e

View file

@ -60,14 +60,12 @@ docker-gpu:
# PyPi package release
release:
python setup.py sdist
python setup.py bdist_wheel
python -m build
twine upload dist/*
# Test PyPi package release
test-release:
python setup.py sdist
python setup.py bdist_wheel
python -m build
twine upload --repository-url https://test.pypi.org/legacy/ dist/*
.PHONY: clean spelling doc lint format check-codestyle commit-checks