We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aa0290a commit 566dcb4Copy full SHA for 566dcb4
.github/workflows/release.yml
@@ -25,4 +25,5 @@ jobs:
25
- name: Publish package distributions to PyPI
26
uses: pypa/gh-action-pypi-publish@release/v1
27
with:
28
- user: __token__
+ user: __token__
29
+ password: ${{ secrets.pypi_password }}
cuenca/version.py
@@ -1,3 +1,3 @@
1
-__version__ = '0.15.10.dev2'
+__version__ = '0.15.10.dev3'
2
CLIENT_VERSION = __version__
3
API_VERSION = '2020-03-19'
0 commit comments