Skip to content

Commit

Permalink
Update release.yml: added setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
psrok1 authored Jun 22, 2020
1 parent 1046bb5 commit d72da84
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
- uses: actions/checkout@v2
- name: Build package
run: |
pip3 install wheel
pip3 install setuptools wheel
python3 setup.py bdist_wheel --universal
- name: Publish to PyPi
uses: pypa/[email protected]
Expand Down

0 comments on commit d72da84

Please sign in to comment.