We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5449639 commit 3ecaa2fCopy full SHA for 3ecaa2f
.circleci/config.yml
@@ -98,4 +98,4 @@ workflows:
98
tags:
99
only: /.*/
100
build: "*musllinux*"
101
- image: quay.io/pypa/musllinux_1_2_aarch64
+ image: quay.io/pypa/musllinux_1_2_aarch64:2025.02.02-1
.github/workflows/wheels.yml
@@ -22,7 +22,7 @@ jobs:
22
include:
23
- image: manylinux_2_28_x86_64
24
build: "*manylinux*"
25
- - image: musllinux_1_2_x86_64
+ - image: musllinux_1_2_x86_64:2025.02.02-1
26
27
28
steps:
0 commit comments