Commit 18ead193 authored by Titus von Koeller's avatar Titus von Koeller
Browse files

continuous release: tweaks

parent 5eb35ec9
...@@ -171,10 +171,10 @@ jobs: ...@@ -171,10 +171,10 @@ jobs:
path: tmp/ path: tmp/
pattern: "bdist_wheel_*" pattern: "bdist_wheel_*"
merge-multiple: true merge-multiple: true
- name: Inspect tmp directory after downloading artifacts - name: Inspect tmp directory after downloading artifacts
run: ls -alFR tmp/ run: ls -alFR tmp/
- name: Move and rename wheel files with pattern replacement - name: Move and rename wheel files with pattern replacement
run: | run: |
mkdir -p wheels/ mkdir -p wheels/
...@@ -199,10 +199,11 @@ jobs: ...@@ -199,10 +199,11 @@ jobs:
- name: Inspect wheels directory after renaming files - name: Inspect wheels directory after renaming files
run: ls -alFR wheels/ run: ls -alFR wheels/
- uses: actions/checkout@v4
- name: Delete old pre-release (if exists) - name: Delete old pre-release (if exists)
run: | run: |
gh release delete continuous-release_main --cleanup-tag -y || true gh release delete continuous-release_main --cleanup-tag -y
env: env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
...@@ -213,7 +214,7 @@ jobs: ...@@ -213,7 +214,7 @@ jobs:
This pre-release contains the latest development wheels for all supported platforms, rebuilt automatically on every commit to the `main` branch. This pre-release contains the latest development wheels for all supported platforms, rebuilt automatically on every commit to the `main` branch.
**How to install:** **How to install:**
Pick the correct command for your platform and run it in your terminal: Pick the correct command for your platform and run it in your terminal:
ENDOFMARKDOWN ENDOFMARKDOWN
...@@ -228,7 +229,7 @@ jobs: ...@@ -228,7 +229,7 @@ jobs:
done done
cat >> body.md << 'ENDOFMARKDOWN' cat >> body.md << 'ENDOFMARKDOWN'
> **Note:** > **Note:**
> These wheels are updated automatically with every commit to `main` and become available as soon as the [python-package.yml](.github/workflows/python-package.yml) workflow finishes. > These wheels are updated automatically with every commit to `main` and become available as soon as the [python-package.yml](.github/workflows/python-package.yml) workflow finishes.
ENDOFMARKDOWN ENDOFMARKDOWN
......
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