Skip to content

Commit 133a1db

Browse files
committed
fix pypi
1 parent f7a95dd commit 133a1db

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/wheels.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -159,7 +159,7 @@ jobs:
159159
# publish wheels to PyPI
160160
publish_wheels:
161161
name: Publish Wheels
162-
if: inputs.dry_run != true && ${{ secrets.pypi_password != '' }}
162+
if: ${{ !inputs.dry_run && secrets.pypi_password != '' }}
163163
needs: [build_sdist, build_wheels]
164164
runs-on: ubuntu-latest
165165
steps:

0 commit comments

Comments
 (0)