Skip to content
This repository has been archived by the owner on Apr 5, 2023. It is now read-only.

Commit

Permalink
Pin version of build used to build sdist
Browse files Browse the repository at this point in the history
  • Loading branch information
bmerry committed Sep 2, 2021
1 parent b5420c7 commit 8fb5732
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,8 @@ jobs:
- uses: actions/setup-python@v2
with:
python-version: "3.9"
- run: pip install -U pip setuptools wheel build
- run: pip install -U pip setuptools wheel
- run: pip install build==0.6.0.post1
- run: python -m build --sdist .
- uses: actions/upload-artifact@v2
with:
Expand Down

0 comments on commit 8fb5732

Please sign in to comment.