Skip to content

Commit

Permalink
Fix GH release condition
Browse files Browse the repository at this point in the history
  • Loading branch information
corey committed Nov 13, 2023
1 parent c6cacf8 commit e165ee2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -176,7 +176,7 @@ jobs:
run: ls -al ./wheels

- name: Generate Github Release
if: ${{ github.event.inputs.publish_pypi_test == 'true' }}
if: ${{ github.event.inputs.publish_github_release == 'true' }}
uses: ncipollo/release-action@v1
with:
artifacts: ./wheels
Expand Down

0 comments on commit e165ee2

Please sign in to comment.