Skip to content

Commit 6c3c4ed

Browse files
committed
Fix wrong filename
1 parent f15fb6a commit 6c3c4ed

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish_release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -28,7 +28,7 @@ jobs:
2828
name: python-package-distributions
2929
path: dist/
3030
- name: Get version for github release
31-
run: python get_version
31+
run: python get_version.py
3232
- name: Store the version
3333
uses: actions/upload-artifact@v4
3434
with:

0 commit comments

Comments
 (0)