Skip to content

Commit

Permalink
Make pipeline ready.
Browse files Browse the repository at this point in the history
  • Loading branch information
samuelburbulla committed Apr 23, 2024
1 parent 94e3037 commit fc2301f
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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/*
4 changes: 2 additions & 2 deletions build_scripts/release.sh
Original file line number Diff line number Diff line change
@@ -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
Expand Down

0 comments on commit fc2301f

Please sign in to comment.