Skip to content

Commit

Permalink
pass
Browse files Browse the repository at this point in the history
  • Loading branch information
rogelioLpz committed Oct 31, 2023
1 parent aa0290a commit 566dcb4
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 2 deletions.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,4 +25,5 @@ jobs:
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
user: __token__
password: ${{ secrets.pypi_password }}
2 changes: 1 addition & 1 deletion cuenca/version.py
Original file line number Diff line number Diff line change
@@ -1,3 +1,3 @@
__version__ = '0.15.10.dev2'
__version__ = '0.15.10.dev3'
CLIENT_VERSION = __version__
API_VERSION = '2020-03-19'

0 comments on commit 566dcb4

Please sign in to comment.