Skip to content

Commit

Permalink
Update cd-cli-extras.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
josephmckinsey authored Oct 25, 2024
1 parent ed2fdd8 commit c0851f8
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/cd-cli-extras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,12 @@ on:
workflow_dispatch:
inputs:
publish_to_pypi:
description: 'Publish to TestPyPI and PyPI'
description: 'Publish to PyPI'
required: true
type: boolean
default: false
publish_to_test_pypi:
description: 'Publish to TestPyPI'
required: true
type: boolean
default: false
Expand Down Expand Up @@ -59,7 +64,7 @@ jobs:
path: helics_cli_extras/dist

- name: Publish package to TestPyPI
if: github.event.inputs.publish_to_pypi
if: github.event.inputs.publish_to_test_pypi
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
Expand Down

0 comments on commit c0851f8

Please sign in to comment.