Skip to content

Commit

Permalink
Fix the wheel resolving
Browse files Browse the repository at this point in the history
  • Loading branch information
LinZhihao-723 committed Nov 28, 2024
1 parent 5052006 commit 3d6a315
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/package.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -61,7 +61,7 @@ jobs:
- name: Download wheels for Built Python Versions
uses: actions/download-artifact@v3
with:
name: wheel-${{ matrix.python-version }}
name: wheel-3.8
path: dist/

- run: pip install --upgrade
Expand All @@ -85,6 +85,12 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Download wheels for Built Python Versions
uses: actions/download-artifact@v3
with:
name: wheel-${{ matrix.python-version }}
path: dist/

- run: pip install --upgrade
pip
dist/clp_logging-*.whl
Expand Down

0 comments on commit 3d6a315

Please sign in to comment.