We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5f2b122 commit 3edc592Copy full SHA for 3edc592
.github/workflows/CI.yml
@@ -26,8 +26,6 @@ jobs:
26
platform:
27
- runner: ubuntu-22.04
28
target: x86_64
29
- - runner: ubuntu-22.04
30
- target: aarch64
31
steps:
32
- uses: actions/checkout@v4
33
- uses: actions/setup-python@v5
@@ -143,4 +141,4 @@ jobs:
143
141
with:
144
142
files: |
145
wasm-wheels/*.whl
146
- prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
+ prerelease: ${{ contains(github.ref, 'alpha') || contains(github.ref, 'beta') }}
0 commit comments