We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent efadac5 commit 3e77b7bCopy full SHA for 3e77b7b
.github/workflows/manual-publish.yml
@@ -35,13 +35,13 @@ jobs:
35
id: build
36
37
- name: Publish package distributions to PyPI
38
- if: ${{ inputs.dry_run == false }}
+ if: ${{ format('{0}', inputs.dry_run) == 'false' }}
39
uses: pypa/gh-action-pypi-publish@ed0c53931b1dc9bd32cbe73a98c7f6766f8a527e # v1.13.0
40
with:
41
password: ${{env.PYPI_AUTH_TOKEN}}
42
43
- name: Attest build provenance
44
45
uses: actions/attest@v4
46
47
subject-path: 'dist/*'
0 commit comments