Skip to content

Commit

Permalink
JH: update workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
adeepn committed Oct 11, 2023
1 parent c662bed commit 3d0873a
Showing 1 changed file with 6 additions and 3 deletions.
9 changes: 6 additions & 3 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: ["cp311"]
abi: ["cp311", "cp312"]
tag: ["musllinux_1_2"]
arch: ["aarch64", "armhf", "armv7", "amd64", "i386"]
include:
- abi: cp311
tag: musllinux_1_2
base: 3.11-alpine3.17
base: 3.11-alpine3.18
- abi: cp312
tag: musllinux_1_2
base: 3.12-alpine3.18
steps:
- name: Checkout the repository
uses: actions/checkout@v4.0.0
uses: actions/checkout@v4.1.0

- shell: bash
id: info
Expand Down

0 comments on commit 3d0873a

Please sign in to comment.