1
1
mirror of https://github.com/orhun/git-cliff.git synced 2024-09-11 06:55:38 +03:00

fix(cd): disable win32-arm64 PyPI builds

https://github.com/orhun/git-cliff/pull/158#issuecomment-1684934177
This commit is contained in:
Orhun Parmaksız 2023-08-20 22:34:01 +03:00
parent 87f74bc78f
commit baf34a81f0
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

@ -111,7 +111,7 @@ jobs:
TOOLCHAIN: stable,
TARGET: aarch64-pc-windows-msvc,
NPM_PUBLISH: true,
PYPI_PUBLISH: true,
PYPI_PUBLISH: false,
}
- {
NAME: darwin-x64,