Skip to content
This repository was archived by the owner on Aug 16, 2025. It is now read-only.

Commit ec1f574

Browse files
build-wheel.yaml template 2024.1
1 parent 2978416 commit ec1f574

1 file changed

Lines changed: 4 additions & 4 deletions

File tree

.github/workflows/build-wheel.yaml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
# template version 2023.5
1+
# template version 2024.1
22

33
name: Build Python wheel for Alpine Linux
44

@@ -18,7 +18,7 @@ jobs:
1818
strategy:
1919
matrix:
2020
image_tag:
21-
- 3.11-alpine
21+
- 3.12-alpine
2222
platform:
2323
- linux/amd64
2424

@@ -49,7 +49,7 @@ jobs:
4949
- name: Upload asset to release
5050
id: upload
5151
if: github.event_name == 'release'
52-
uses: actions/github-script@v6
52+
uses: actions/github-script@v7
5353
with:
5454
script: |
5555
const fs = require('node:fs/promises');
@@ -66,7 +66,7 @@ jobs:
6666
6767
- name: Send repository dispatch to package index
6868
if: github.event_name == 'release'
69-
uses: peter-evans/repository-dispatch@v2
69+
uses: peter-evans/repository-dispatch@v3
7070
with:
7171
token: ${{ secrets.DISPATCH_TOKEN }}
7272
repository: alpine-wheels/index

0 commit comments

Comments
 (0)