Skip to content

Commit

Permalink
Update wheel.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
svkeerthy authored Feb 28, 2024
1 parent 9207f15 commit 3a7444f
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 @@ -19,7 +19,7 @@ jobs:
python fetch_version.py
cp ../README.md ./
pip wheel . -w ./dist
pip install dist/cinter*.whl
pip install dist/compilerinterface*.whl
- uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit 3a7444f

Please sign in to comment.