Skip to content

Commit ebf6626

Browse files
author
Grant Jenks
committed
Use build
1 parent 4504f12 commit ebf6626

1 file changed

Lines changed: 1 addition & 2 deletions

File tree

publish.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,4 @@
11
#!/usr/bin/env bash
22
rm -rf dist/*
3-
python3 setup.py sdist
4-
python3 setup.py bdist_wheel --universal
3+
python3 -m build
54
twine upload dist/*

0 commit comments

Comments
 (0)