Skip to content

Commit 4481dd0

Browse files
committed
Updated makefile.
1 parent becbb5f commit 4481dd0

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -16,5 +16,5 @@ docs:
1616
prepublish-check: build
1717
python3 -m twine check dist/*
1818

19-
publish-test: test build
20-
python3 -m twine upload --repository testpypi dist/*
19+
publish: build
20+
python3 -m twine upload dist/*

0 commit comments

Comments
 (0)