We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 69eb401 commit 4f3ee17Copy full SHA for 4f3ee17
2 files changed
.github/workflows/build-wheels-m1.yml
@@ -36,7 +36,7 @@ jobs:
36
pre-script: .github/scripts/linux-pre-script.sh
37
post-script: .github/scripts/linux-post-script.sh
38
package-name: tensordict
39
- name: pytorch/tensordict
+ name: ${{ matrix.repository }}
40
uses: pytorch/test-infra/.github/workflows/build_wheels_macos.yml@main
41
with:
42
repository: ${{ matrix.repository }}
.github/workflows/build-wheels-windows.yml
@@ -51,5 +51,3 @@ jobs:
51
package-name: ${{ matrix.package-name }}
52
smoke-test-script: ${{ matrix.smoke-test-script }}
53
trigger-event: ${{ github.event_name }}
54
- build-command: pip wheel . && mkdir -p dist && mv tensordict*.whl ./dist
55
- build-platform: python-build-package
0 commit comments