Skip to content

Commit

Permalink
fix: py build in ci deploy action
Browse files Browse the repository at this point in the history
  • Loading branch information
sbrunato committed Oct 7, 2021
1 parent a94f0bd commit 0a905d0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
- name: Build a binary wheel and a source tarball
run: |
python -m pip install setuptools wheel
python -m pip install setuptools wheel jupyter-packaging
python setup.py sdist bdist_wheel
- name: Publish distribution to PyPI
Expand Down

0 comments on commit 0a905d0

Please sign in to comment.