Skip to content

Commit 7f3ceb8

Browse files
[pre-commit.ci] auto fixes from pre-commit.com hooks
for more information, see https://pre-commit.ci
1 parent fabc949 commit 7f3ceb8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yaml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,7 +14,7 @@ jobs:
1414
contents: write # required to push with GITHUB_TOKEN
1515
env:
1616
BRANCH: ${{ github.event.release.target_commitish }}
17-
17+
1818
steps:
1919
- uses: actions/checkout@v4
2020
with:
@@ -44,7 +44,7 @@ jobs:
4444
- name: Update Version
4545
run: |
4646
sed -i "/version =/ s/= \"[^\"]*\"/= \"${{ env.RELEASE_VERSION }}\"/" pyproject.toml
47-
47+
4848
- name: commit version-bump
4949
run: |
5050
git config --local user.name "github-actions[bot]"

0 commit comments

Comments
 (0)