Skip to content

Commit

Permalink
Fix release workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
wswld committed May 7, 2020
1 parent abe0e81 commit d6d1f24
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install -r requirements/release.txt
- name: Build and publish
env:
TWINE_USERNAME: __token__
Expand Down
2 changes: 2 additions & 0 deletions requirements/release.txt
Original file line number Diff line number Diff line change
@@ -1,2 +1,4 @@
wheel
setuptools
twine
nose

0 comments on commit d6d1f24

Please sign in to comment.