Skip to content

Commit

Permalink
Update pypi.yaml
Browse files Browse the repository at this point in the history
  • Loading branch information
Avantol13 authored Jan 19, 2024
1 parent 0616d6d commit 4e413d2
Showing 1 changed file with 8 additions and 3 deletions.
11 changes: 8 additions & 3 deletions .github/workflows/pypi.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,11 +2,16 @@ name: PyPI
on:
push:
branches:
# - main
# - master
- '*'
- main
- master
tags:
- '*'
workflow_dispatch:
inputs:
confirm:
description: 'Please confirm with Y that you intend to manually run this workflow.'
required: true
default: 'Y'
jobs:
PyPIPoetryPublish:
name: PyPI Poetry Publish
Expand Down

0 comments on commit 4e413d2

Please sign in to comment.