Skip to content

Commit 566dcb4

Browse files
committed
pass
1 parent aa0290a commit 566dcb4

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

.github/workflows/release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,4 +25,5 @@ jobs:
2525
- name: Publish package distributions to PyPI
2626
uses: pypa/gh-action-pypi-publish@release/v1
2727
with:
28-
user: __token__
28+
user: __token__
29+
password: ${{ secrets.pypi_password }}

cuenca/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,3 @@
1-
__version__ = '0.15.10.dev2'
1+
__version__ = '0.15.10.dev3'
22
CLIENT_VERSION = __version__
33
API_VERSION = '2020-03-19'

0 commit comments

Comments
 (0)