Skip to content

Commit 2c867d1

Browse files
committed
v0.4.10
1 parent bd960d3 commit 2c867d1

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ build:
55

66
.PHONY: upload
77
upload:
8-
python3.8 -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
8+
python3.8 -m twine upload -r pypi dist/*
99

1010
.PHONY: clean
1111
clean:

0 commit comments

Comments
 (0)