fix: prefix to "4"

This commit is contained in:
Georg K 2024-09-10 19:42:42 +03:00
parent 63458e2da0
commit 4cf6e7d95c

View File

@ -7,7 +7,7 @@ stages:
publish-pypi:
stage: package
variables:
EXT_FIX: "3"
EXT_FIX: "4"
image: python:3.12.4-alpine3.20
script:
- apk add --no-cache gcc musl-dev