Skip to content

Commit

Permalink
CI: Install build for sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
vtraag committed Jan 21, 2024
1 parent e5226d7 commit b6acf96
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,9 @@ jobs:
with:
python-version: '3.8'

- name: Install pypa/build
run: pip3 install build

- name: Build sdist
run: |
python3 -m build --sdist
Expand Down

0 comments on commit b6acf96

Please sign in to comment.