Skip to content

Commit 535c8b0

Browse files
authored
Checks
1 parent 12638aa commit 535c8b0

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

.github/workflows/release.yml

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,8 @@ jobs:
2222
python-version: 3.8
2323
- name: Verify versioning
2424
run: |
25+
echo "$(poetry version -s)"
26+
echo "${GITHUB_REF#refs/tags/v}"
2527
[ "$(poetry version -s)" == "${GITHUB_REF#refs/tags/v}" ]
2628
- name: Install dependencies
2729
run: poetry install
@@ -36,4 +38,4 @@ jobs:
3638
repository-url: https://test.pypi.org/legacy/
3739
- name: Publish to PyPI
3840
if: ${{ github.event_name == 'release' }}
39-
uses: pypa/gh-action-pypi-publish@release/v1
41+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)