Skip to content

Commit

Permalink
Set the publish to TestPyPI workflow to manual
Browse files Browse the repository at this point in the history
  • Loading branch information
ppravatto committed Jun 16, 2023
1 parent 000612e commit 43c0e45
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish-to-test-pypi.yml
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
name: Publish Python distributions to TestPyPI

on: push
on:
workflow_dispatch:
inputs:
logLevel:
description: 'Log level'
required: true
default: 'warning'

jobs:
build-n-publish:
Expand Down

0 comments on commit 43c0e45

Please sign in to comment.