File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 55 workflow_dispatch :
66 inputs :
77 version :
8- description : ' numpy version to build (git tag without leading v, e.g. 2.5.1 )'
8+ description : ' numpy version to build (git tag without leading v, e.g. 2.5.2 )'
99 required : true
10- default : ' 2.5.1 '
10+ default : ' 2.5.2 '
1111 pull_request :
1212 paths :
1313 - ' .github/workflows/build-numpy.yml'
1414
1515concurrency :
16- group : ${{ github.workflow }}-${{ inputs.version || '2.5.1 ' }}-${{ github.head_ref || github.run_id }}
16+ group : ${{ github.workflow }}-${{ inputs.version || '2.5.2 ' }}-${{ github.head_ref || github.run_id }}
1717 cancel-in-progress : true
1818
1919permissions :
2020 contents : read # to fetch code (actions/checkout)
2121
2222env :
23- NUMPY_VERSION : ${{ inputs.version || '2.5.1 ' }}
23+ NUMPY_VERSION : ${{ inputs.version || '2.5.2 ' }}
2424 UV_EXTRA_INDEX_URL : https://pypi.riseproject.dev/simple/
2525 UV_INDEX_STRATEGY : unsafe-best-match
2626 UV_ONLY_BINARY : ' :all:'
3131
3232jobs :
3333 build_wheels :
34- name : Build numpy ${{ inputs.version || '2.5.1 ' }} ${{ matrix.python }}-manylinux_riscv64
34+ name : Build numpy ${{ inputs.version || '2.5.2 ' }} ${{ matrix.python }}-manylinux_riscv64
3535 runs-on : ubuntu-24.04-riscv
3636 strategy :
3737 fail-fast : false
9999 if-no-files-found : error
100100
101101 publish :
102- name : Publish numpy ${{ inputs.version || '2.5.1 ' }} to GitLab
102+ name : Publish numpy ${{ inputs.version || '2.5.2 ' }} to GitLab
103103 needs : [build_wheels]
104104 runs-on : ubuntu-latest
105105 permissions :
You can’t perform that action at this time.
0 commit comments