Skip to content

Commit

Permalink
fix(cd): disable win32-arm64 PyPI builds
Browse files Browse the repository at this point in the history
  • Loading branch information
orhun committed Aug 20, 2023
1 parent 87f74bc commit baf34a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,7 @@ jobs:
TOOLCHAIN: stable,
TARGET: aarch64-pc-windows-msvc,
NPM_PUBLISH: true,
PYPI_PUBLISH: true,
PYPI_PUBLISH: false,
}
- {
NAME: darwin-x64,
Expand Down

0 comments on commit baf34a8

Please sign in to comment.