Skip to content

Commit

Permalink
Fix a bug in GHA due to unclear docs
Browse files Browse the repository at this point in the history
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.
  • Loading branch information
sirosen committed Aug 25, 2023
1 parent 7fdae69 commit ce16584
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -57,4 +57,4 @@ jobs:
env:
GH_TOKEN: ${{ github.token }}
GH_REPO: ${{ github.repository }}
run: gh release upload "${{ github.release }}" dist/*.tgz
run: gh release upload "${{ github.event.release.name }}" dist/*.tgz

0 comments on commit ce16584

Please sign in to comment.