Skip to content

Commit

Permalink
update workflow to allow for first publish on test pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
mikealfare committed Oct 1, 2024
1 parent 9699452 commit c109d83
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,20 +1,21 @@
name: "Release"

on:
pull_request:
workflow_dispatch:
inputs:
branch:
description: "The branch to release from"
type: string
default: "main"
default: "actions/public-pypi-deploy"
version:
description: "The version to release"
required: true
type: string
default: "1.8.5a1" # just making this run for now, this should be required
deploy-to:
description: "Deploy to test or prod"
type: environment
default: prod
default: test
python-version:
description: "Python version for building and testing the build"
type: string
Expand Down

0 comments on commit c109d83

Please sign in to comment.