Skip to content

Commit

Permalink
chore(CI): fix dependencies for release build
Browse files Browse the repository at this point in the history
  • Loading branch information
zsquareplusc committed Oct 28, 2020
1 parent 10419c7 commit 0239e4a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/release-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install setuptools twine
pip install setuptools wheel twine
- name: Build
run: |
python setup.py sdist bdist_wheel
Expand Down

0 comments on commit 0239e4a

Please sign in to comment.