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

chore(pypi): disable PyPi builds for x86_64-pc-windows-gnu

This commit is contained in:
Orhun Parmaksız 2024-04-30 13:39:08 +03:00
parent 96630c50d6
commit f675b0b5bd
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

@ -87,7 +87,7 @@ jobs:
TOOLCHAIN: stable,
TARGET: x86_64-pc-windows-gnu,
NPM_PUBLISH: false,
PYPI_PUBLISH: true,
PYPI_PUBLISH: false,
}
- {
NAME: win32-x64-msvc,