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 0ef6432 commit e5762c9Copy full SHA for e5762c9
.github/workflows/create-tag.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Get package version
23
run: |
24
- VERSION=$(sed -n 's/^version = "\(.*\)"/\1/p' spm/_version.py)
+ VERSION=$(sed -n 's/^__version__ = "\(.*\)"/\1/p' spm/_version.py)
25
echo "pyproject.toml version: $VERSION"
26
git config user.name github-actions
27
git config user.email github-actions@github.com
0 commit comments