Skip to content

Commit

Permalink
[ci] Install setuptools for building
Browse files Browse the repository at this point in the history
  • Loading branch information
phillbaker committed Aug 24, 2024
1 parent 8499745 commit 7decfda
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/test_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,7 +36,7 @@ jobs:
with:
python-version: '3.x'
- name: Install dependencies
run: pip install wheel
run: python -m pip install --upgrade pip setuptools wheel
- name: Build a binary wheel and a source tarball
run: python setup.py sdist bdist_wheel
- name: Publish distribution 📦 to PyPI
Expand Down

0 comments on commit 7decfda

Please sign in to comment.