Skip to content

Commit

Permalink
fix workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
QwaS3 authored and adeepn committed Nov 12, 2024
1 parent 8b4492e commit 4e2613c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/jh-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,19 @@ jobs:
strategy:
fail-fast: False
matrix:
abi: ["cp312"]
abi: ["cp312", "cp313"]
tag: ["musllinux_1_2"]
arch: ["aarch64", "armhf", "armv7", "amd64", "i386"]
include:
- abi: cp312
tag: musllinux_1_2
base: 3.12-alpine3.20
- abi: cp313
tag: musllinux_1_2
base: 3.13-alpine3.20
steps:
- name: Checkout the repository
uses: actions/checkout@v4.1.7
uses: actions/checkout@v4.2.2

- shell: bash
id: info
Expand Down

0 comments on commit 4e2613c

Please sign in to comment.