Skip to content

Commit

Permalink
🔧 update universal-wheel stage (missing build pkg)
Browse files Browse the repository at this point in the history
  • Loading branch information
Ousret committed Oct 18, 2022
1 parent 544595d commit 33b7327
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -160,10 +160,10 @@ jobs:
uses: actions/setup-python@v2
with:
python-version: '3.x'
- name: Update pip, setuptools, wheel and twine
- name: Update pip, setuptools, wheel, build and twine
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
pip install setuptools wheel twine build
- name: Build Wheel
env:
CHARSET_NORMALIZER_USE_MYPYC: '0'
Expand Down

0 comments on commit 33b7327

Please sign in to comment.