We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2cfea7d commit cf86da6Copy full SHA for cf86da6
.github/workflows/pythonpackage.yml
@@ -60,6 +60,7 @@ jobs:
60
python -m pip install wheel --user
61
python setup.py sdist bdist_wheel
62
- name: Publish distribution 📦 to Test PyPI
63
+ if: startsWith(github.event.ref, 'refs/tags')
64
uses: pypa/gh-action-pypi-publish@master
65
with:
66
password: ${{ secrets.test_pypi_password }}
setup.py
@@ -14,7 +14,7 @@
14
except IOError:
15
CHANGES = ''
16
17
-version = '1.0.1'
+version = '1.1.0'
18
19
install_requires = [
20
'Kotti>=1.2.4',
0 commit comments