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 6552ddc commit 4e06ba3Copy full SHA for 4e06ba3
1 file changed
.github/workflows/publish.yml
@@ -34,7 +34,7 @@ jobs:
34
python -m pip install --upgrade pip
35
pip install build twine toml
36
37
- - name: Verify package version
+ - name: Verify package version
38
run: |
39
PACKAGE_VERSION=$(python -c "import toml; print(toml.load(open('pyproject.toml'))['project']['version'])")
40
RELEASE_TAG_NAME="${{ github.ref_name }}" # e.g., v1.0.12
0 commit comments