Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 4 additions & 1 deletion .github/workflows/build-and-publish-TestPyPI.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,7 @@ jobs:
commit_email: bot@edgepi.com
login: bot-edgepi
token: "${{ secrets.ACTIONS_BOT_TOKEN }}"

cherry-pick:
name: Cherry Pick
runs-on: ubuntu-latest
Expand All @@ -57,11 +58,13 @@ jobs:
git config user.name ${{ env.commit_name }}
git config user.email ${{ env.commit_email }}
git cherry-pick ${{ env.bump_commit }}
git push origin dev
git push origin dev

build-and-publish:
name: Build and Publish to TestPyPI
runs-on: ubuntu-latest
needs: cherry-pick
steps:
- name: Checkout
uses: actions/checkout@v3
- name: Set up Python
Expand Down
34 changes: 0 additions & 34 deletions .github/workflows/cherry-pick-to-dev.yml

This file was deleted.