Commit 31762776 authored by Titus von Koeller's avatar Titus von Koeller
Browse files

continuous release: tweaks

parent 4011273a
......@@ -216,6 +216,14 @@ jobs:
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Ensure tag exists
run: |
cd repo
git tag -f continuous-release_main
git push -f origin continuous-release_main
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
- name: Generate pip install commands for release body
run: |
cat > body.md << 'ENDOFMARKDOWN'
......@@ -266,7 +274,6 @@ jobs:
tag_name: continuous-release_main
make_latest: false
draft: false
target_commitish: ${{ github.sha }}
audit-wheels:
needs: build-wheels
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment