Skip to content

Commit b752f1d

Browse files
authored
ci: fix release (#28)
1 parent 4bb071a commit b752f1d

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

.github/workflows/pypi_publish.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -14,6 +14,7 @@ jobs:
1414
- name: Install dependencies
1515
run: |
1616
python3 -m pip install --upgrade pip
17+
python3 -m pip install -e .
1718
pip install setuptools wheel twine
1819
- name: Build and publish
1920
env:

0 commit comments

Comments
 (0)