Skip to content

Commit

Permalink
Remove ${{ from if statement in github cd-cli-extras workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmckinsey authored Oct 25, 2024
1 parent cfe4eb2 commit ed2fdd8
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/cd-cli-extras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,7 +59,7 @@ jobs:
path: helics_cli_extras/dist

- name: Publish package to TestPyPI
if: ${{ github.event.inputs.publish_to_pypi == true }}
if: github.event.inputs.publish_to_pypi
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
Expand All @@ -68,7 +68,7 @@ jobs:
packages-dir: helics_cli_extras/dist

- name: Publish package to PyPI
if: ${{ github.event.inputs.publish_to_pypi == true }}
if: github.event.inputs.publish_to_pypi
uses: pypa/gh-action-pypi-publish@release/v1
with:
packages-dir: helics_cli_extras/dist
packages-dir: helics_cli_extras/dist

0 comments on commit ed2fdd8

Please sign in to comment.