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 6e48b3a commit 0fd19d1Copy full SHA for 0fd19d1
Makefile
@@ -30,7 +30,7 @@ release: python-dists
30
> sha256sums
31
32
.PHONY: python-dists
33
-python-dists: python-dists-manylinux2014_x86_64 python-dists-manylinux2014_aarch64 python-dists-manylinux2014_ppc64le python-dists-manylinux2014_s390x python-dists-manylinux_2_39_riscv64
+python-dists: python-dists-manylinux2014_x86_64 python-dists-manylinux2014_aarch64 python-dists-manylinux2014_ppc64le python-dists-manylinux2014_s390x python-dists-manylinux_2_39_riscv64
34
35
.PHONY: python-dists-%
36
python-dists-%: VERSION.h
0 commit comments