Skip to content

Commit 5a7f327

Browse files
committed
more test
1 parent 522143e commit 5a7f327

File tree

2 files changed

+5
-2
lines changed

2 files changed

+5
-2
lines changed

.github/workflows/release.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,4 +15,7 @@ jobs:
1515
id-token: write
1616
steps:
1717
- name: Publish package distributions to PyPI
18-
uses: pypa/gh-action-pypi-publish@release/v1
18+
uses: pypa/gh-action-pypi-publish@release/v1
19+
with:
20+
user: __token__
21+
password: ${{ secrets.PYPI_PASSWORD }}

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.dev5'
1+
__version__ = '0.1.1.dev6'

0 commit comments

Comments
 (0)