From baf34a81f0b27be30f24f8899d44dfd1f3afaa13 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Orhun=20Parmaks=C4=B1z?= Date: Sun, 20 Aug 2023 22:34:01 +0300 Subject: [PATCH] fix(cd): disable win32-arm64 PyPI builds https://github.com/orhun/git-cliff/pull/158#issuecomment-1684934177 --- .github/workflows/cd.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/.github/workflows/cd.yml b/.github/workflows/cd.yml index bfeac2e3c9..17f99d08d2 100644 --- a/.github/workflows/cd.yml +++ b/.github/workflows/cd.yml @@ -111,7 +111,7 @@ jobs: TOOLCHAIN: stable, TARGET: aarch64-pc-windows-msvc, NPM_PUBLISH: true, - PYPI_PUBLISH: true, + PYPI_PUBLISH: false, } - { NAME: darwin-x64,