Skip to content

Commit

Permalink
[ci skip] Update pypi build command
Browse files Browse the repository at this point in the history
  • Loading branch information
araffin committed May 24, 2023
1 parent c8210dd commit 1bfb55d
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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

0 comments on commit 1bfb55d

Please sign in to comment.