Skip to content

Commit 0e37b31

Browse files
committed
Adapt release script
Signed-off-by: Juan Luis Cano Rodríguez <hello@juanlu.space>
1 parent 3918f7e commit 0e37b31

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

scripts/make_release_upload.sh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,5 @@
11
#!/usr/bin/env bash
22
./scripts/uninstall.sh
33
./scripts/clean_up.sh
4-
python3 setup.py register
5-
python3 setup.py sdist bdist_wheel
4+
pyproject-build
65
twine upload dist/*

0 commit comments

Comments
 (0)