Skip to content

Commit

Permalink
fix(cd): disable PyPI publish for linux-arm64-glibc
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Feb 18, 2024
1 parent b7b3ec1 commit e24af12
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -73,7 +73,8 @@ jobs:
TOOLCHAIN: stable,
TARGET: aarch64-unknown-linux-gnu,
NPM_PUBLISH: true,
PYPI_PUBLISH: true,
# https://github.com/PyO3/maturin-action/issues/245
PYPI_PUBLISH: false,
}
- {
NAME: linux-arm64-musl,
Expand Down

0 comments on commit e24af12

Please sign in to comment.