mirror of
https://github.com/saymrwulf/stable-baselines3.git
synced 2026-05-27 22:55:17 +00:00
[ci skip] Update pypi build command
This commit is contained in:
parent
c8210ddf50
commit
1bfb55df0e
1 changed files with 2 additions and 4 deletions
6
Makefile
6
Makefile
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Reference in a new issue