Skip to content

Commit cecf7d0

Browse files
committed
workflows: build-numpy: update publish job
- Don't use a RISC-V Runner since the upload job doesn't need it - Remove unnecessary checkout of python-wheels Signed-off-by: Trevor Gamblin <tgamblin@baylibre.com>
1 parent d2efd06 commit cecf7d0

1 file changed

Lines changed: 1 addition & 8 deletions

File tree

.github/workflows/build-numpy.yml

Lines changed: 1 addition & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -101,17 +101,10 @@ jobs:
101101
# version. Manual trigger is the only entry point, so checking the ref is
102102
# enough to gate uploads.
103103
if: github.ref == 'refs/heads/main'
104-
runs-on: ubuntu-24.04-riscv
104+
runs-on: ubuntu-latest
105105
permissions:
106106
contents: read
107107

108-
steps:
109-
- name: Checkout python-wheels
110-
uses: actions/checkout@9c091bb21b7c1c1d1991bb908d89e4e9dddfe3e0 # v7.0.0
111-
with:
112-
path: python-wheels-repo
113-
persist-credentials: false
114-
115108
- name: Download wheels
116109
uses: actions/download-artifact@3e5f45b2cfb9172054b4087a40e8e0b5a5461e7c # v8.0.1
117110
with:

0 commit comments

Comments
 (0)