Skip to content

Commit c0fc255

Browse files
committed
Change publishing to use twine
1 parent e3729fd commit c0fc255

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,8 @@ test:
3636

3737
release: clean
3838
python setup.py sdist upload
39-
python setup.py bdist_wheel upload
39+
python setup.py bdist_wheel
40+
twine upload dist/*
4041

4142
sdist: clean
4243
python setup.py sdist

0 commit comments

Comments
 (0)