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

chore(cd): disable PyPI builds for linux-x86-glibc

This commit is contained in:
Orhun Parmaksız 2024-02-19 14:40:24 +03:00
parent ae5f67f2be
commit 30d8e41b06
No known key found for this signature in database
GPG Key ID: F83424824B3E4B90

View File

@ -57,7 +57,7 @@ jobs:
TOOLCHAIN: stable,
TARGET: i686-unknown-linux-gnu,
NPM_PUBLISH: false,
PYPI_PUBLISH: true,
PYPI_PUBLISH: false,
}
- {
NAME: linux-x86-musl,