Skip to content

Commit 2cde763

Browse files
committed
added release commman
1 parent 70e1da4 commit 2cde763

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -18,11 +18,11 @@ clean-build:
1818

1919
test-release:
2020
python -m pip install --upgrade twine
21-
python -m twine upload --repository testpythonpi dist\*
21+
python -m twine upload --repository testpypi dist/*
2222

2323
release:
2424
python -m pip install --upgrade twine
25-
python -m twine upload --repository testpythonpi dist\*
25+
python -m twine upload dist/*
2626

2727

2828

@@ -49,7 +49,7 @@ test-release:
4949

5050
release:
5151
python3 -m pip install --upgrade twine
52-
python3 -m twine upload --repository testpypi dist/*
52+
python3 -m twine upload dist/*
5353

5454

5555
endif

0 commit comments

Comments
 (0)