Skip to content

Commit d457506

Browse files
authored
Merge pull request #7 from rams3sh/poetry
Added workflow dispatch as part of github actions for testing the workflow
2 parents 819904f + 6acdd5e commit d457506

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-to-test-pypi-and-pypi.yaml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: Publish Python 🐍 distributions 📦 to TestPyPI and PyPI
22
on:
3+
workflow_dispatch:
4+
35
push:
46
paths-ignore:
57
- 'README.md'

0 commit comments

Comments
 (0)