small fixes

This commit is contained in:
Fangjun Kuang 2023-07-26 12:35:48 +08:00
parent 68fff1dd24
commit 1748ff1637
4 changed files with 0 additions and 64 deletions

View File

@ -42,15 +42,6 @@ jobs:
with:
fetch-depth: 0
- name: display
shell: bash
run: |
function retry() {
$* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*)
}
retry ls -lh
# see https://cibuildwheel.readthedocs.io/en/stable/changelog/
# for a list of versions
- name: Build wheels
@ -64,15 +55,8 @@ jobs:
- name: Display wheels
shell: bash
run: |
function retry() {
$* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*)
}
ls -lh ./wheelhouse/
ls -lh ./wheelhouse/*.whl
- name: Upload Wheel
uses: actions/upload-artifact@v2
with:

View File

@ -42,15 +42,6 @@ jobs:
with:
fetch-depth: 0
- name: display
shell: bash
run: |
function retry() {
$* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*)
}
retry ls -lh
# see https://github.com/pytorch/test-infra/blob/9e3d392690719fac85bad0c9b67f530e48375ca1/tools/scripts/generate_binary_build_matrix.py
# https://github.com/pytorch/builder/tree/main/manywheel
# https://github.com/pytorch/builder/pull/476
@ -74,15 +65,8 @@ jobs:
- name: Display wheels
shell: bash
run: |
function retry() {
$* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*)
}
ls -lh ./wheelhouse/
ls -lh ./wheelhouse/*.whl
- name: Upload Wheel
uses: actions/upload-artifact@v2
with:

View File

@ -42,15 +42,6 @@ jobs:
with:
fetch-depth: 0
- name: display
shell: bash
run: |
function retry() {
$* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*)
}
retry ls -lh
# see https://github.com/pytorch/test-infra/blob/9e3d392690719fac85bad0c9b67f530e48375ca1/tools/scripts/generate_binary_build_matrix.py
# https://github.com/pytorch/builder/tree/main/manywheel
# https://github.com/pytorch/builder/pull/476
@ -85,15 +76,8 @@ jobs:
- name: Display wheels
shell: bash
run: |
function retry() {
$* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*)
}
ls -lh ./wheelhouse/
ls -lh ./wheelhouse/*.whl
- name: Upload Wheel
uses: actions/upload-artifact@v2
with:

View File

@ -42,15 +42,6 @@ jobs:
with:
fetch-depth: 0
- name: display
shell: bash
run: |
function retry() {
$* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*)
}
retry ls -lh
# see https://cibuildwheel.readthedocs.io/en/stable/changelog/
# for a list of versions
- name: Build wheels
@ -64,15 +55,8 @@ jobs:
- name: Display wheels
shell: bash
run: |
function retry() {
$* || (sleep 1 && $*) || (sleep 2 && $*) || (sleep 4 && $*) || (sleep 8 && $*)
}
ls -lh ./wheelhouse/
ls -lh ./wheelhouse/*.whl
- name: Upload Wheel
uses: actions/upload-artifact@v2
with: