Skip to content

Commit

Permalink
Refix
Browse files Browse the repository at this point in the history
  • Loading branch information
adeepn committed May 19, 2023
1 parent 2d8fe03 commit e0e4b90
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: ["cp310", "cp311"]
abi: ["cp310"]
tag: ["musllinux_1_2"]
arch: ["aarch64", "armhf", "armv7", "amd64", "i386"]
include:
- abi: cp310
tag: musllinux_1_2
base: 3.10-alpine3.16
- abi: cp311
tag: musllinux_1_2
base: 3.11-alpine3.17
steps:
- name: Checkout the repository
uses: actions/[email protected]
Expand Down

0 comments on commit e0e4b90

Please sign in to comment.