Skip to content

Commit

Permalink
chore(github-actions): install setuptools
Browse files Browse the repository at this point in the history
  • Loading branch information
jbms committed Dec 26, 2023
1 parent 4d01489 commit c466b24
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -159,6 +159,8 @@ jobs:
shell: bash
- name: Check for dirty working directory
run: git diff --exit-code
- name: Install setuptools
run: pip install setuptools
- name: Build Python source distribution (sdist)
run: python setup.py sdist --format gztar
if: ${{ runner.os == 'Linux' }}
Expand Down

0 comments on commit c466b24

Please sign in to comment.