We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 85c17de commit 0a67ff1Copy full SHA for 0a67ff1
1 file changed
.github/workflows/on_master.yaml
@@ -22,9 +22,8 @@ jobs:
22
name: Tests
23
uses: ./.github/workflows/_tests.yaml
24
25
- # The beta release jobs are intentionally inlined here (instead of calling
26
- # `manual_release_beta.yaml` via `uses:`) because PyPI's Trusted Publishing
27
- # does not currently support reusable workflows.
+ # The beta release jobs are intentionally inlined here (instead of calling `manual_release_beta.yaml` via `uses:`)
+ # because PyPI's Trusted Publishing does not currently support reusable workflows.
28
# See: https://docs.pypi.org/trusted-publishers/troubleshooting/#reusable-workflows-on-github
29
release_prepare:
30
# Skip this for "ci", "docs" and "test" commits and for forks.
0 commit comments