diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index ee8ea22..fbf6534 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -32,7 +32,7 @@ jobs: - name: Check package run: twine check --strict dist/* - name: Publish package, only if correctly tagged - if: github.ref == format('refs/tags/v{0}', steps.get-version.VERSION) + if: github.ref == format('refs/tags/v{0}', steps.get-version.outputs.VERSION) run: twine upload --non-interactive --verbose --disable-progress-bar dist/* env: TWINE_USERNAME: __token__