diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index b997fd2c..186a5411 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -35,4 +35,4 @@ jobs: run: | python3 -m pip install --upgrade build twine python3 -m build - python3 -m twine upload --verbose --non-interactive --repository testpypi dist/* + python3 -m twine upload --verbose --non-interactive dist/* diff --git a/build_scripts/release.sh b/build_scripts/release.sh index 2bf66762..cb674727 100755 --- a/build_scripts/release.sh +++ b/build_scripts/release.sh @@ -1,7 +1,7 @@ # Usage: ./build_scripts/release.sh -RELEASE_VERSION=$(bump-my-version show current_version)-TEST -MAIN=feature/release-pipeline +RELEASE_VERSION=$(bump-my-version show current_version) +MAIN=main echo "Checking out $MAIN branch" git checkout $MAIN