Skip to content

Commit

Permalink
rename wheel for linux
Browse files Browse the repository at this point in the history
  • Loading branch information
chaokunyang committed Jul 30, 2023
1 parent 86576af commit 5b8d149
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ jobs:
export PATH=~/bin:$PATH
echo "Build pyfury"
python setup.py bdist_wheel --dist-dir=../dist
../ci/deploy.sh rename_linux_wheels ../dist
../ci/deploy.sh rename_linux_wheels $PWD/../dist
- name: Publish wheel 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 5b8d149

Please sign in to comment.