Skip to content

Commit 4b34c98

Browse files
Makefile: remove pypi registration
No longer needed
1 parent 89113bf commit 4b34c98

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

Makefile

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -61,10 +61,7 @@ clean:
6161
dist: clean
6262
python setup.py sdist
6363

64-
register:
65-
python setup.py register -r pypi
66-
67-
upload: dist register
64+
upload: dist
6865
twine upload -r pypi dist/*
6966

7067
pb_fetch:

0 commit comments

Comments
 (0)