Skip to content

Commit 7d5d53e

Browse files
committed
new upload process in Makefile
1 parent a0be3c2 commit 7d5d53e

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.gitignore

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -110,3 +110,4 @@ ENV*
110110
.pypirc
111111
.pytest_cache
112112
html/
113+
.mutmut-cache

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ build:
1414
python -m build
1515

1616
release:
17-
python -m twine upload dist/*
17+
twine upload --repository pypi dist/*
1818

1919
install: requirements
2020

0 commit comments

Comments
 (0)