This repository was archived by the owner on Aug 16, 2025. It is now read-only.
File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 1- # template version 2023.5
1+ # template version 2024.1
22
33name : Build Python wheel for Alpine Linux
44
1818 strategy :
1919 matrix :
2020 image_tag :
21- - 3.11 -alpine
21+ - 3.12 -alpine
2222 platform :
2323 - linux/amd64
2424
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');
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
You can’t perform that action at this time.
0 commit comments