We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 198351f commit f3cad42Copy full SHA for f3cad42
.github/workflows/release.yml
@@ -20,9 +20,6 @@ jobs:
20
with:
21
ref: ${{ github.head_ref }}
22
fetch-depth: 0
23
- - name: Dump GitHub context
24
- id: github_context_step
25
- run: echo '${{ toJSON(github) }}'
26
- name: Install poetry
27
run: pipx install poetry==${POETRY_VERSION}
28
- name: Set up Python
@@ -38,6 +35,7 @@ jobs:
38
35
continue-on-error: true
39
36
- uses: stefanzweifel/git-auto-commit-action@v4
40
37
+ branch: main
41
commit_message: Bump version in-line with release
42
file_pattern: pyproject.toml
43
- uses: fregante/setup-git-user@v1
0 commit comments