There was an error while loading. Please reload this page.
1 parent 7ea7948 commit 87be969Copy full SHA for 87be969
1 file changed
.github/workflows/publish.yml
@@ -11,7 +11,7 @@ on:
11
# order for this workflow to be the owner of the PyPI publishing job, and can be verified. This limits
12
# us to only allow this workflow to be allowed to publish to PyPI trustedly.
13
14
- workflow_dispatch: # Trigger manually, if needed
+ workflow_dispatch: # Trigger manually, if needed.
15
16
# NOTE!: When using Trusted Publishing to PyPI, we cannot do that from within a reusable workflow, therefore
17
# we make it independent, and trigger it with published event from release-please workflow, instead of calling explicitly.
0 commit comments