diff --git a/.github/workflows/publish-pypi.yml b/.github/workflows/publish-pypi.yml index 6459ac0..382f313 100644 --- a/.github/workflows/publish-pypi.yml +++ b/.github/workflows/publish-pypi.yml @@ -44,4 +44,5 @@ jobs: - name: Publish to PyPI if: github.event_name == 'release' run: | + source .venv/bin/activate poetry publish -u __token__ -p ${{ secrets.PYPI_TOKEN }} --build diff --git a/pyproject.toml b/pyproject.toml index f933678..7a594d9 100644 --- a/pyproject.toml +++ b/pyproject.toml @@ -1,6 +1,6 @@ [tool.poetry] name = "redisgraph-bulk-loader" -version = "0.12.2" +version = "0.12.3" description = "RedisGraph Bulk Import Tool" authors = ["Redis Inc "] license = "BSD-3-Clause"