Skip to content

Commit

Permalink
other test
Browse files Browse the repository at this point in the history
  • Loading branch information
rogelioLpz committed Oct 9, 2023
1 parent 6ba8b75 commit 9ecebf7
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 3 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,5 +26,4 @@ jobs:
- name: Publish package distributions to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_PASSWORD }}
user: __token__
2 changes: 1 addition & 1 deletion mongoengine_plus/version.py
Original file line number Diff line number Diff line change
@@ -1 +1 @@
__version__ = '0.1.1.dev7'
__version__ = '0.1.1.dev8'

0 comments on commit 9ecebf7

Please sign in to comment.