Skip to content

Commit

Permalink
make warning a bit more clear and add checkbox
Browse files Browse the repository at this point in the history
  • Loading branch information
mathsman5133 committed Mar 3, 2024
1 parent 8f7f358 commit 8e539b0
Showing 1 changed file with 2 additions and 4 deletions.
6 changes: 2 additions & 4 deletions .github/workflows/push-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,9 @@ on:
workflow_dispatch:
inputs:
confirmation:
description: 'I want to manually trigger a PyPi push, without publishing a GitHub release (recommended)'
description: 'I want to manually trigger a PyPi push, without publishing a GitHub release (not recommended!)'
required: true
type: choice
options:
- Yes
type: boolean
release:
types: [created]

Expand Down

0 comments on commit 8e539b0

Please sign in to comment.