Skip to content

Commit 1875ae2

Browse files
committed
Fix ci.yml for release to pypi
1 parent 66a097c commit 1875ae2

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/ci.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@ jobs:
4545
with:
4646
python-version: "3.12"
4747

48+
- name: Set PYTHONPATH for dynamic version
49+
run: echo "PYTHONPATH=$(pwd)" >> $GITHUB_ENV
50+
4851
- name: Install build tools
4952
run: |
5053
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)