Skip to content

Commit 3176277

Browse files
continuous release: tweaks
1 parent 4011273 commit 3176277

File tree

1 file changed

+8
-1
lines changed

1 file changed

+8
-1
lines changed

.github/workflows/python-package.yml

Lines changed: 8 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -216,6 +216,14 @@ jobs:
216216
env:
217217
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
218218

219+
- name: Ensure tag exists
220+
run: |
221+
cd repo
222+
git tag -f continuous-release_main
223+
git push -f origin continuous-release_main
224+
env:
225+
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
226+
219227
- name: Generate pip install commands for release body
220228
run: |
221229
cat > body.md << 'ENDOFMARKDOWN'
@@ -266,7 +274,6 @@ jobs:
266274
tag_name: continuous-release_main
267275
make_latest: false
268276
draft: false
269-
target_commitish: ${{ github.sha }}
270277

271278
audit-wheels:
272279
needs: build-wheels

0 commit comments

Comments
 (0)