Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
Jong-hun-Park committed Feb 15, 2024
1 parent 3c6e6a3 commit 32463e2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ jobs:
CIBW_TEST_SKIP: "*_arm64"
CIBW_TEST_COMMAND: python {package}/tests/test_trviz.py

- uses: actions/upload-artifact@4
- uses: actions/upload-artifact@v4
with:
name: cibw-wheels-${{ matrix.os }}-${{ strategy.job-index }}
path: ./wheelhouse/*.whl

0 comments on commit 32463e2

Please sign in to comment.