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 a0be3c2 commit 7d5d53eCopy full SHA for 7d5d53e
.gitignore
@@ -110,3 +110,4 @@ ENV*
110
.pypirc
111
.pytest_cache
112
html/
113
+.mutmut-cache
Makefile
@@ -14,7 +14,7 @@ build:
14
python -m build
15
16
release:
17
- python -m twine upload dist/*
+ twine upload --repository pypi dist/*
18
19
install: requirements
20
0 commit comments