Skip to content

Commit

Permalink
fix: need single quotes for gha
Browse files Browse the repository at this point in the history
  • Loading branch information
beckermr authored Jan 17, 2025
1 parent e2659a9 commit 11c6a0a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/wheel.yml
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,6 @@ jobs:
- name: publish to pypi
uses: pypa/gh-action-pypi-publish@release/v1
if: github.event_name == "release"
if: github.event_name == 'release'
with:
verbose: true

0 comments on commit 11c6a0a

Please sign in to comment.