Skip to content

Commit 20ee8c6

Browse files
change headless action that the current version can be published manually
1 parent 532b2ed commit 20ee8c6

1 file changed

Lines changed: 2 additions & 4 deletions

File tree

.github/workflows/python-publish-headless.yml

Lines changed: 2 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,8 @@
11
# This workflow combines the building by https://github.com/OpenStitching/stitching/blob/main/.github/workflows/python-publish.yml
22
# with the new trusted publishing by https://github.com/marketplace/actions/pypi-publish
3-
name: Upload Python Package
3+
name: Upload Python Package (headless)
44

5-
on:
6-
release:
7-
types: [published]
5+
on: workflow_dispatch
86

97
permissions:
108
contents: read

0 commit comments

Comments
 (0)