Skip to content

Commit

Permalink
Fix publishing CI
Browse files Browse the repository at this point in the history
  • Loading branch information
itepifanio committed Feb 20, 2024
1 parent 6a5c3b8 commit e03d43e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@ jobs:
python-version: "3.10"
- name: Install deps
run: |
pip install twine
pip install twine nbdev
pip install -e .[dev]
- name: nbdev pypi
Expand Down

0 comments on commit e03d43e

Please sign in to comment.