Skip to content

Commit 9e28d17

Browse files
author
Carlos-Projects
committed
fix: add workflow_dispatch trigger, fail_on_unmatched_files
1 parent 9249d4e commit 9e28d17

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

.github/workflows/release.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ on:
33
push:
44
tags:
55
- "v*.*.*"
6+
workflow_dispatch:
67

78
permissions:
89
contents: write
@@ -30,6 +31,7 @@ jobs:
3031
with:
3132
generate_release_notes: true
3233
files: dist/*
34+
fail_on_unmatched_files: false
3335

3436
- name: Publish to PyPI
3537
env:

0 commit comments

Comments
 (0)