Skip to content

Commit

Permalink
Update release build command
Browse files Browse the repository at this point in the history
  • Loading branch information
kislyuk committed Nov 29, 2021
1 parent 1929c63 commit 85b1152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common.mk
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@ release:
$(MAKE) release-docs

release-pypi:
python setup.py sdist bdist_wheel
python -m build
twine upload dist/*.tar.gz dist/*.whl --sign --verbose

release-docs:
Expand Down

0 comments on commit 85b1152

Please sign in to comment.