We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 436d0cb + 9b46500 commit a798e1dCopy full SHA for a798e1d
.github/workflows/publish-pypi.yml
@@ -44,4 +44,5 @@ jobs:
44
- name: Publish to PyPI
45
if: github.event_name == 'release'
46
run: |
47
+ source .venv/bin/activate
48
poetry publish -u __token__ -p ${{ secrets.PYPI_TOKEN }} --build
pyproject.toml
@@ -1,6 +1,6 @@
1
[tool.poetry]
2
name = "redisgraph-bulk-loader"
3
-version = "0.12.2"
+version = "0.12.3"
4
description = "RedisGraph Bulk Import Tool"
5
authors = ["Redis Inc <oss@redis.com>"]
6
license = "BSD-3-Clause"
0 commit comments