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 f244515 commit aa24c28Copy full SHA for aa24c28
.github/workflows/release.yml
@@ -33,7 +33,7 @@ jobs:
33
uses: pypa/[email protected]
34
env:
35
CIBW_ARCHS_MACOS: "x86_64 arm64"
36
- PIP_EXTRA_INDEX_URL: "https://download.pytorch.org/whl/cpu"
+ CIBW_ENVIRONMENT: PIP_EXTRA_INDEX_URL=https://download.pytorch.org/whl/cpu
37
38
- uses: actions/upload-artifact@v4
39
with:
.github/workflows/test-build.yml
@@ -4,6 +4,7 @@
4
5
name: Test Build
6
7
+
8
on:
9
workflow_dispatch:
10
pull_request:
@@ -27,6 +28,8 @@ jobs:
27
28
29
30
31
32
build_sdist:
name: Build source distribution
0 commit comments