Skip to content

Commit d1e568d

Browse files
Update pypi.yml
1 parent 8895154 commit d1e568d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -31,7 +31,7 @@ jobs:
3131
uses: pypa/gh-action-pypi-publish@release/v1
3232
- name: Commit new version
3333
run: |
34-
PATH=($(git diff --name-only ${{ github.event.before }} ${{ github.sha }} | grep "_version\.py$"))
34+
PATH=($(git diff --name-only ${{ github.event.before }} ${{ github.sha }}))
3535
git config --local user.name "$GITHUB_ACTOR"
3636
git config --local user.email "$GITHUB_ACTOR@users.noreply.github.com"
3737
git commit ${PATH} -m 'Bump version' || echo "No changes to commit"

0 commit comments

Comments
 (0)