We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent becbb5f commit 4481dd0Copy full SHA for 4481dd0
Makefile
@@ -16,5 +16,5 @@ docs:
16
prepublish-check: build
17
python3 -m twine check dist/*
18
19
-publish-test: test build
20
- python3 -m twine upload --repository testpypi dist/*
+publish: build
+ python3 -m twine upload dist/*
0 commit comments