RalfG / python-wheels-manylinux-build

GitHub Action to build Python manylinux wheels
https://github.com/marketplace/actions/python-wheels-manylinux-build
Apache License 2.0
92 stars 44 forks source link

Use GITHUB_WORKSPACE env variable #45

Closed levitsky closed 2 years ago

levitsky commented 2 years ago

This PR changes /github/workspace to $GITHUB_WORKSPACE in entrypoint.sh. This seems to be the recommended way as per the docs.

In practice, this fixes a No such file or directory error when trying to run this action via act.