We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 12638aa commit 535c8b0Copy full SHA for 535c8b0
.github/workflows/release.yml
@@ -22,6 +22,8 @@ jobs:
22
python-version: 3.8
23
- name: Verify versioning
24
run: |
25
+ echo "$(poetry version -s)"
26
+ echo "${GITHUB_REF#refs/tags/v}"
27
[ "$(poetry version -s)" == "${GITHUB_REF#refs/tags/v}" ]
28
- name: Install dependencies
29
run: poetry install
@@ -36,4 +38,4 @@ jobs:
36
38
repository-url: https://test.pypi.org/legacy/
37
39
- name: Publish to PyPI
40
if: ${{ github.event_name == 'release' }}
- uses: pypa/gh-action-pypi-publish@release/v1
41
+ uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments