Skip to content

Commit b36b572

Browse files
committed
trigger workflow though actions tab in github to initiate a release
1 parent 4d185cb commit b36b572

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
11
name: Publish 📦 to PyPi 🚀
22

3-
on:
4-
push:
5-
tags:
6-
- "[0-9]+.[0-9]+.[0-9]+*"
3+
on: workflow_dispatch
74

85
jobs:
96
build-n-publish:

0 commit comments

Comments
 (0)