Skip to content

Commit

Permalink
JH: refix for tag
Browse files Browse the repository at this point in the history
  • Loading branch information
adeepn committed Oct 11, 2023
1 parent 3d0873a commit 61c032c
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions .github/workflows/jh-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,16 +14,13 @@ jobs:
strategy:
fail-fast: False
matrix:
abi: ["cp311", "cp312"]
abi: ["cp311"]
tag: ["musllinux_1_2"]
arch: ["aarch64", "armhf", "armv7", "amd64", "i386"]
include:
- abi: cp311
tag: musllinux_1_2
base: 3.11-alpine3.18
- abi: cp312
tag: musllinux_1_2
base: 3.12-alpine3.18
steps:
- name: Checkout the repository
uses: actions/[email protected]
Expand Down

0 comments on commit 61c032c

Please sign in to comment.