Skip to content

Commit cc42a1b

Browse files
committed
fix: CI
1 parent 1149420 commit cc42a1b

File tree

1 file changed

+4
-1
lines changed

1 file changed

+4
-1
lines changed

.github/workflows/python-publish.yml

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,8 +21,11 @@ jobs:
2121
# Used to host cibuildwheel
2222
- uses: actions/setup-python@v2
2323

24+
- name: Install package
25+
run: python -m pip install -U .
26+
2427
- name: Install cibuildwheel
25-
run: python -m pip install -U setuptools wheel pip .
28+
run: python -m pip install -U setuptools wheel pip
2629

2730
- name: Build wheels
2831
run: python setup.py sdist

0 commit comments

Comments
 (0)