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.
2 parents efc03ef + 2d35857 commit 4effe4cCopy full SHA for 4effe4c
.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 }}
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup
2
3
4
-__version__ = "2.1.1"
+__version__ = "3.0.0"
with open('README.rst', 'r', encoding='utf-8') as f:
0 commit comments