Skip to content

Commit d2d1055

Browse files
committed
Add push target for pypi
Signed-off-by: Carlo Lobrano <[email protected]>
1 parent 91b65c1 commit d2d1055

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

Makefile

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -10,6 +10,11 @@ push_test:
1010
python3 -m pip install --upgrade twine
1111
python3 -m twine upload --repository testpypi dist/*
1212

13+
push_test:
14+
python3 -m pip install --upgrade twine
15+
python3 -m twine upload dist/*
16+
17+
1318
clean: clean_src
1419
-rm -r build dist __pycache__
1520

0 commit comments

Comments
 (0)