Skip to content

Commit 98c4ecd

Browse files
committed
actions
1 parent 2833b3a commit 98c4ecd

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

.github/workflows/publish-to-pypi.yml

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -12,6 +12,9 @@ jobs:
1212
uses: actions/setup-python@v1
1313
with:
1414
python-version: 3.7
15+
- name: Install Build Deps
16+
run: >-
17+
pip install .[extras]
1518
- name: Build a binary wheel and a source tarball
1619
run: >-
1720
python -m

0 commit comments

Comments
 (0)