We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a344a0a commit 2d35857Copy full SHA for 2d35857
.github/workflows/publish-to-pypi.yml
@@ -5,6 +5,7 @@ on:
5
# Sequence of patterns matched against refs/tags
6
tags:
7
- 'v*' # Push events to matching v*, i.e. v1.0, v20.15.10
8
+ workflow_dispatch:
9
10
jobs:
11
release:
@@ -45,4 +46,4 @@ jobs:
45
46
uses: pypa/gh-action-pypi-publish@master
47
with:
48
user: __token__
- password: ${{ secrets.pypi_password }}
49
+ password: ${{ secrets.pypi_password }}
0 commit comments