Closed zerola closed 2 days ago
Thanks for the report!
cc @br3ndonland
@zerola please try pinning to pypa/gh-action-pypi-publish@unstable/v1
or pypa/gh-action-pypi-publish@0a87186d5f9e2303ed3c19e0fdd59abe52a28bb7
and report back. These contain the fix from #293 that I haven't yet tagged.
@webknjaz I confirm the pypa/gh-action-pypi-publish@unstable/v1
works within Github Enterprise. Thank you!
Great, thanks for verifying!
The fix is now released as a part of v1.12.1: https://github.com/pypa/gh-action-pypi-publish/discussions/296.
Hi, version v1.12.0 is unable to work on Github Enterprise.
I believe the checkout step which tries to checkout the action itself is cloning it from the local Github Enterprise server, where the action doesn't exist (instead of public GitHub): https://github.com/pypa/gh-action-pypi-publish/blob/release/v1/action.yml#L138