We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 355b9f5 commit 07ecf0dCopy full SHA for 07ecf0d
.github/workflows/build-and-publish-TestPyPI.yml
@@ -34,6 +34,7 @@ jobs:
34
commit_email: bot@edgepi.com
35
login: bot-edgepi
36
token: "${{ secrets.ACTIONS_BOT_TOKEN }}"
37
+
38
cherry-pick:
39
name: Cherry Pick
40
runs-on: ubuntu-latest
@@ -57,11 +58,13 @@ jobs:
57
58
git config user.name ${{ env.commit_name }}
59
git config user.email ${{ env.commit_email }}
60
git cherry-pick ${{ env.bump_commit }}
- git push origin dev
61
+ git push origin dev
62
63
build-and-publish:
64
name: Build and Publish to TestPyPI
65
66
needs: cherry-pick
67
+ steps:
68
- name: Checkout
69
uses: actions/checkout@v3
70
- name: Set up Python
.github/workflows/cherry-pick-to-dev.yml
0 commit comments