Skip to content

Commit 18ead19

Browse files
continuous release: tweaks
1 parent 5eb35ec commit 18ead19

File tree

1 file changed

+7
-6
lines changed

1 file changed

+7
-6
lines changed

.github/workflows/python-package.yml

Lines changed: 7 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -171,10 +171,10 @@ jobs:
171171
path: tmp/
172172
pattern: "bdist_wheel_*"
173173
merge-multiple: true
174-
174+
175175
- name: Inspect tmp directory after downloading artifacts
176176
run: ls -alFR tmp/
177-
177+
178178
- name: Move and rename wheel files with pattern replacement
179179
run: |
180180
mkdir -p wheels/
@@ -199,10 +199,11 @@ jobs:
199199
200200
- name: Inspect wheels directory after renaming files
201201
run: ls -alFR wheels/
202-
202+
203+
- uses: actions/checkout@v4
203204
- name: Delete old pre-release (if exists)
204205
run: |
205-
gh release delete continuous-release_main --cleanup-tag -y || true
206+
gh release delete continuous-release_main --cleanup-tag -y
206207
env:
207208
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
208209

@@ -213,7 +214,7 @@ jobs:
213214
214215
This pre-release contains the latest development wheels for all supported platforms, rebuilt automatically on every commit to the `main` branch.
215216
216-
**How to install:**
217+
**How to install:**
217218
Pick the correct command for your platform and run it in your terminal:
218219
219220
ENDOFMARKDOWN
@@ -228,7 +229,7 @@ jobs:
228229
done
229230
230231
cat >> body.md << 'ENDOFMARKDOWN'
231-
> **Note:**
232+
> **Note:**
232233
> 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.
233234
ENDOFMARKDOWN
234235

0 commit comments

Comments
 (0)