Skip to content

Commit

Permalink
switch to * for now
Browse files Browse the repository at this point in the history
  • Loading branch information
brandon-b-miller committed Nov 6, 2023
1 parent 1669c92 commit 42b0c5b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pr.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ jobs:
- name: Upload Python Wheel
uses: actions/upload-artifact@v2
with:
name: pynvjitlink-0.1.0-cp${{ matrix.python-version | replace(".", "") }}-cp${{ matrix.python-version | replace(".", "") }}-${{ runner.platform }}.whl
name: pynvjitlink-*.whl
path: ./
wheel-test:
needs:
Expand All @@ -62,7 +62,7 @@ jobs:
- name: Download Python Wheel
uses: actions/download-artifact@v2
with:
name: pynvjitlink-0.1.0-cp${{ matrix.python-version | replace(".", "") }}-cp${{ matrix.python-version | replace(".", "") }}-${{ runner.platform }}.whl
name: pynvjitlink*.whl
path: ./
- name: run test_wheel.sh
run: ci/test_wheel.sh ${{ matrix.python-version }}

0 comments on commit 42b0c5b

Please sign in to comment.