Skip to content

Commit f6e4855

Browse files
committed
Updated pypi upload rule
1 parent c1f27a7 commit f6e4855

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Makefile

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -13,13 +13,13 @@ sdist:
1313
upload-test:
1414
rm -rf dist/*
1515
python3 setup.py sdist
16-
twine upload -r testpypi dist/*
16+
twine upload -r testpypi-rshell dist/*
1717

1818
# Creates the distribution tarball and uploads to the pypi live server
1919
upload:
2020
rm -rf dist/*
2121
python3 setup.py sdist
22-
twine upload -r pypi dist/*
22+
twine upload -r pypi-rshell dist/*
2323

2424
# Registers this package on the pypi live server
2525
requirements:

0 commit comments

Comments
 (0)