Skip to content

Commit

Permalink
added wheel
Browse files Browse the repository at this point in the history
  • Loading branch information
eavanvalkenburg committed May 7, 2020
1 parent 8c0c3a1 commit f95986a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -18,8 +18,9 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install twine
- name: Build and publish
pip install twine wheel
python setup.py develop
- name: Build and publish
env: # Or as an environment variable
TWINE_USERNAME: ${{ secrets.pypi_username }}
TWINE_PASSWORD: ${{ secrets.pypi_password }}
Expand Down

0 comments on commit f95986a

Please sign in to comment.