Skip to content

Commit 64024ed

Browse files
author
Joachim Jablon
committed
Fix make release
1 parent 4fd4f13 commit 64024ed

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -36,8 +36,8 @@ docs: ## generate Sphinx HTML documentation, including API docs
3636
$(MAKE) -C docs html
3737

3838
release: clean ## package and upload a release
39-
python setup.py sdist upload
40-
python setup.py bdist_wheel upload
39+
python setup.py sdist bdist_wheel
40+
twine upload dist/*
4141

4242
sdist: clean ## package
4343
python setup.py sdist

0 commit comments

Comments
 (0)