Skip to content

Commit

Permalink
Update release bash scripts
Browse files Browse the repository at this point in the history
Change-Id: I7c3b520466c463499a724fa8f7f53ccaf2a4e9e5
GitOrigin-RevId: c5a87f4255ee687caa47a24fb4f2b3ea78cc0594
  • Loading branch information
MaksYermak authored and Cloud Composer Team committed Oct 9, 2023
1 parent b9a2683 commit b696308
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion bin/o2a-package-upload
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ python3 setup.py sdist bdist_wheel
echo
"${MY_DIR}/o2a-confirm" "Uploading to production PyPi"
echo
python3 -m twine upload --repository-url https://upload.pypi.org/legacy/ dist/*
python3 -m twine upload --repository pypi dist/*
popd
2 changes: 1 addition & 1 deletion bin/o2a-package-upload-test
Original file line number Diff line number Diff line change
Expand Up @@ -27,5 +27,5 @@ python3 setup.py sdist bdist_wheel
echo
"${MY_DIR}/o2a-confirm" "Uploading to test PyPi"
echo
python3 -m twine upload --repository-url https://test.pypi.org/legacy/ dist/*
python3 -m twine upload --repository testpypi dist/*
popd
2 changes: 1 addition & 1 deletion bin/o2a_lib-package-upload
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ python3 -m build o2a/o2a_libs
echo
"${MY_DIR}/o2a-confirm" "Uploading to production PyPi"
echo
python3 -m twine upload --repository-url https://upload.pypi.org/legacy/ o2a/o2a_libs/dist/*
python3 -m twine upload --repository pypi o2a/o2a_libs/dist/*
popd
2 changes: 1 addition & 1 deletion bin/o2a_lib-package-upload-test
Original file line number Diff line number Diff line change
Expand Up @@ -28,5 +28,5 @@ python3 -m build o2a/o2a_libs
echo
"${MY_DIR}/o2a-confirm" "Uploading to test PyPi"
echo
python3 -m twine upload --repository-url https://test.pypi.org/legacy/ o2a/o2a_libs/dist/*
python3 -m twine upload --repository testpypi o2a/o2a_libs/dist/*
popd

0 comments on commit b696308

Please sign in to comment.