Skip to content

Commit 4e06ba3

Browse files
authored
Update publish.yml
1 parent 6552ddc commit 4e06ba3

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -34,7 +34,7 @@ jobs:
3434
python -m pip install --upgrade pip
3535
pip install build twine toml
3636
37-
- name: Verify package version
37+
- name: Verify package version
3838
run: |
3939
PACKAGE_VERSION=$(python -c "import toml; print(toml.load(open('pyproject.toml'))['project']['version'])")
4040
RELEASE_TAG_NAME="${{ github.ref_name }}" # e.g., v1.0.12

0 commit comments

Comments
 (0)