Skip to content

Commit ce16584

Browse files
committed
Fix a bug in GHA due to unclear docs
One thing is documenting the event payloads, another is documenting the event types, etc. The end result is that this is a highly non-obvious string which we'll have to guess until we get it right. And because it's a release-only activity, the best way would be to take some dedicated testing time. Since it's non-urgent, just fiddle with it here for now and revisit later.
1 parent 7fdae69 commit ce16584

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_to_pypi.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -57,4 +57,4 @@ jobs:
5757
env:
5858
GH_TOKEN: ${{ github.token }}
5959
GH_REPO: ${{ github.repository }}
60-
run: gh release upload "${{ github.release }}" dist/*.tgz
60+
run: gh release upload "${{ github.event.release.name }}" dist/*.tgz

0 commit comments

Comments
 (0)