We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 70975c0 commit 7308c3eCopy full SHA for 7308c3e
1 file changed
.github/workflows/push_pypi.yml
@@ -34,11 +34,11 @@ jobs:
34
fi
35
36
- name: Build package
37
- if: {{ steps.check_version.outputs.version_changed == '1' }}
+ if: ${{ steps.check_version.outputs.version_changed == '1' }}
38
run: |
39
uv build
40
41
- name: Publish to PyPI
42
43
44
uv publish --token ${{ secrets.PYPI_TOKEN }}
0 commit comments