Skip to content

Commit

Permalink
multi linux python
Browse files Browse the repository at this point in the history
  • Loading branch information
carderne committed Jul 31, 2024
1 parent ab5b1e2 commit b627c5d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,7 @@ jobs:
python -m build
PLATFORM_TAG=$(python -c 'import sysconfig; print(sysconfig.get_platform())')
cd dist
NEW_NAME=$(ls *.whl | sed "s/any.whl$/${PLATFORM_TAG}.whl/")
NEW_NAME=$(ls *.whl | sed "s/any.whl$/${PLATFORM_TAG}.whl/" | sed "s/py3/${{ matrix.py }}")
mv *.whl $NEW_NAME
echo "WHEEL_NAME=$(ls *.whl)" >> $GITHUB_ENV
Expand Down

0 comments on commit b627c5d

Please sign in to comment.