Skip to content

Commit

Permalink
Merge pull request #4 from WorksApplications/fix-publish-workflow
Browse files Browse the repository at this point in the history
Update python-publish.yaml
  • Loading branch information
t-yamamura authored May 24, 2021
2 parents a7fa41e + 86b4d9d commit 24f65e9
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/python-publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,6 +21,8 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install cython>=0.28
pip install -r requirements.txt
pip install setuptools wheel twine
- name: Build and publish
env:
Expand Down

0 comments on commit 24f65e9

Please sign in to comment.