diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index b947087..0cab245 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -15,4 +15,7 @@ jobs: id-token: write steps: - name: Publish package distributions to PyPI - uses: pypa/gh-action-pypi-publish@release/v1 \ No newline at end of file + uses: pypa/gh-action-pypi-publish@release/v1 + with: + user: __token__ + password: ${{ secrets.PYPI_PASSWORD }} \ No newline at end of file diff --git a/mongoengine_plus/version.py b/mongoengine_plus/version.py index 3910446..14d9494 100644 --- a/mongoengine_plus/version.py +++ b/mongoengine_plus/version.py @@ -1 +1 @@ -__version__ = '0.1.1.dev5' +__version__ = '0.1.1.dev6'