Skip to content

Commit 9ecebf7

Browse files
committed
other test
1 parent 6ba8b75 commit 9ecebf7

File tree

2 files changed

+2
-3
lines changed

2 files changed

+2
-3
lines changed

.github/workflows/release.yml

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -26,5 +26,4 @@ jobs:
2626
- name: Publish package distributions to PyPI
2727
uses: pypa/gh-action-pypi-publish@release/v1
2828
with:
29-
user: __token__
30-
password: ${{ secrets.PYPI_PASSWORD }}
29+
user: __token__

mongoengine_plus/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = '0.1.1.dev7'
1+
__version__ = '0.1.1.dev8'

0 commit comments

Comments
 (0)