Skip to content

Commit

Permalink
Update to require specific tag
Browse files Browse the repository at this point in the history
  • Loading branch information
Paul V Craven committed Jan 24, 2025
1 parent f48052b commit c431353
Showing 1 changed file with 6 additions and 0 deletions.
6 changes: 6 additions & 0 deletions .github/workflows/push_build_to_prod_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,6 +2,11 @@ name: Distribute build to PyPi Production

on:
workflow_dispatch:
inputs:
tag:
description: 'Tag to deploy'
required: true
type: string

jobs:

Expand All @@ -15,6 +20,7 @@ jobs:
uses: actions/checkout@v4
with:
fetch-tags: 'true'
ref: ${{ github.event.inputs.tag }}
- name: Set up Python
uses: actions/setup-python@v5
with:
Expand Down

0 comments on commit c431353

Please sign in to comment.