Skip to content

Commit 1797acb

Browse files
authored
Merge pull request #40 from dimbleby/build-publish-wheels
Build and publish wheels
2 parents bbdc94b + 223cf3d commit 1797acb

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,5 +2,5 @@ test:
22
tox
33

44
pypi:
5-
python setup.py sdist
5+
python -m build
66
python -m twine upload dist/*

0 commit comments

Comments
 (0)