Skip to content

Commit

Permalink
Update publish.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
daltonfury42 authored Apr 1, 2020
1 parent 8a7ce37 commit 047a05e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -r requirements.txt
pip install -r requirements.test.txt
python -m nltk.downloader punkt
pip install setuptools wheel
- name: Build a binary wheel and a source tarball
run: python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 047a05e

Please sign in to comment.