Skip to content

Commit a798e1d

Browse files
authored
Merge pull request #108 from RedisGraph/rafi-pypi-2
Fix for publish-pypi workflow (2)
2 parents 436d0cb + 9b46500 commit a798e1d

File tree

2 files changed

+2
-1
lines changed

2 files changed

+2
-1
lines changed

.github/workflows/publish-pypi.yml

+1
Original file line numberDiff line numberDiff line change
@@ -44,4 +44,5 @@ jobs:
4444
- name: Publish to PyPI
4545
if: github.event_name == 'release'
4646
run: |
47+
source .venv/bin/activate
4748
poetry publish -u __token__ -p ${{ secrets.PYPI_TOKEN }} --build

pyproject.toml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
[tool.poetry]
22
name = "redisgraph-bulk-loader"
3-
version = "0.12.2"
3+
version = "0.12.3"
44
description = "RedisGraph Bulk Import Tool"
55
authors = ["Redis Inc <[email protected]>"]
66
license = "BSD-3-Clause"

0 commit comments

Comments
 (0)