Skip to content

Commit 1a72015

Browse files
authored
Update publish-to-pypi.yml
1 parent a344a0a commit 1a72015

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

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

+2-1
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@ on:
55
# Sequence of patterns matched against refs/tags
66
tags:
77
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
8+
workflow_dispatch:
89

910
jobs:
1011
release:
@@ -45,4 +46,4 @@ jobs:
4546
uses: pypa/gh-action-pypi-publish@master
4647
with:
4748
user: __token__
48-
password: ${{ secrets.pypi_password }}
49+
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)