Skip to content

Commit d07c15c

Browse files
committed
fix isntall for pypi release
1 parent 648dd6d commit d07c15c

File tree

1 file changed

+1
-3
lines changed

1 file changed

+1
-3
lines changed

.github/workflows/pypi-publish.yml

Lines changed: 1 addition & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -26,9 +26,7 @@ jobs:
2626
- name: Install dependencies
2727
run: |
2828
python -m pip install --upgrade pip
29-
pip install build
30-
- name: Build package
31-
run: python -m build
29+
pip install .
3230
- name: Publish package
3331
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
3432
with:

0 commit comments

Comments
 (0)