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 68c3542 commit d83c7b3Copy full SHA for d83c7b3
.github/workflows/wheels.yml
@@ -41,6 +41,7 @@ env:
41
42
jobs:
43
build-1-QEMU-emulated-wheels:
44
+ if: github.event_name != 'schedule'
45
name: aarch64 ${{ matrix.python-version }} ${{ matrix.spec }}
46
runs-on: ubuntu-latest
47
strategy:
@@ -249,6 +250,7 @@ jobs:
249
250
anaconda_nightly_upload_token: ${{ secrets.ANACONDA_ORG_UPLOAD_TOKEN }}
251
252
sdist:
253
254
255
steps:
256
- uses: actions/checkout@v4
0 commit comments