Skip to content

Commit 398703c

Browse files
authored
Update python-package-deploy.yml
1 parent 0d481cb commit 398703c

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/python-package-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,7 @@
44
name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
55

66
on:
7+
workflow_dispatch:
78
push:
89
branches: [main, develop]
910
jobs:
@@ -36,4 +37,4 @@ jobs:
3637
skip_existing: true
3738
- name: Publish distribution 📦 to PyPI
3839
if: startsWith(github.ref, 'refs/tags')
39-
uses: pypa/gh-action-pypi-publish@release/v1
40+
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)