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 f15fb6a commit 6c3c4edCopy full SHA for 6c3c4ed
.github/workflows/publish_release.yml
@@ -28,7 +28,7 @@ jobs:
28
name: python-package-distributions
29
path: dist/
30
- name: Get version for github release
31
- run: python get_version
+ run: python get_version.py
32
- name: Store the version
33
uses: actions/upload-artifact@v4
34
with:
0 commit comments