Skip to content

Commit 4effe4c

Browse files
committed
2 parents efc03ef + 2d35857 commit 4effe4c

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
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 }}

setup.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
from setuptools import setup
22

33

4-
__version__ = "2.1.1"
4+
__version__ = "3.0.0"
55

66

77
with open('README.rst', 'r', encoding='utf-8') as f:

0 commit comments

Comments
 (0)