From 92f78e09de70099c0fc19150be5723b0efd8b001 Mon Sep 17 00:00:00 2001 From: jaseg Date: Fri, 27 Oct 2023 00:05:37 +0200 Subject: Work around pip now needing a new feature switch for no good reason ...except to break every CI pipeline in existence, that is. --- svg-flatten/svg-flatten-wasi-ci.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'svg-flatten') diff --git a/svg-flatten/svg-flatten-wasi-ci.yml b/svg-flatten/svg-flatten-wasi-ci.yml index 25e3ed5..dfca567 100644 --- a/svg-flatten/svg-flatten-wasi-ci.yml +++ b/svg-flatten/svg-flatten-wasi-ci.yml @@ -21,7 +21,7 @@ publish:svg-flatten-wasi: image: "registry.gitlab.com/gerbolyze/build-containers/archlinux:latest" cache: {} script: - - pip install -U --user twine + - pip install -U --user --break-system-packages twine - export TWINE_USERNAME TWINE_PASSWORD - twine upload svg-flatten/dist/* dependencies: -- cgit