Skip to content

Commit

Permalink
better comments
Browse files Browse the repository at this point in the history
Signed-off-by: Andreas Fehlner <[email protected]>
  • Loading branch information
andife committed Aug 29, 2024
1 parent 4170ce7 commit 61b15d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/create_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -180,7 +180,7 @@ jobs:

release:
# TODO Add a deployment step for reviewing https://docs.github.com/en/actions/managing-workflow-runs/reviewing-deployments
name: Release (Publish to pypi and add files to github release)
name: Release (Add files to github release)
runs-on: ubuntu-latest
needs: [prepare-release]
if: startsWith(github.ref, 'refs/tags/') && (needs.prepare-release.result == 'success') && startsWith(github.base_ref, 'rel-') && (needs.publish-to-testpypi.result == 'success' || needs.publish-to-pypi.result == 'success')
Expand Down

0 comments on commit 61b15d3

Please sign in to comment.