Skip to content

Commit 27bf909

Browse files
authored
Update publish-to-pypi.yml
1 parent fc619a5 commit 27bf909

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@ jobs:
1919
- name: Check out package
2020
uses: actions/checkout@v4
2121
- name: Get package version
22+
id: getversion
2223
run: |
2324
VERSION=$(sed -n 's/^version = "\(.*\)"/\1/p' pyproject.toml)
2425
echo "pyproject.toml version: $VERSION"

0 commit comments

Comments
 (0)