Skip to content

Commit 6915148

Browse files
committed
added test release
1 parent 016422a commit 6915148

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

Makefile

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,12 @@ clean-build:
1616
python -m pip install --upgrade build
1717
python -m build
1818

19+
test-release:
20+
python -m pip install --upgrade twine
21+
python -m twine upload --repository testpythonpi dist\*
22+
1923
release:
24+
python -m pip install --upgrade twine
2025
python -m twine upload --repository testpythonpi dist\*
2126

2227

@@ -38,7 +43,12 @@ clean-build:
3843

3944
python3 -m build
4045

46+
test-release:
47+
python3 -m pip install --upgrade twine
48+
python3 -m twine upload --repository testpypi dist/*
49+
4150
release:
51+
python3 -m pip install --upgrade twine
4252
python3 -m twine upload --repository testpypi dist/*
4353

4454

0 commit comments

Comments
 (0)