Skip to content

Commit

Permalink
cis: update sdist building procedure
Browse files Browse the repository at this point in the history
  • Loading branch information
MatthieuDartiailh committed Mar 14, 2022
1 parent a07cb72 commit b240434
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -21,11 +21,11 @@ jobs:
- name: Setup Python
uses: actions/setup-python@v2
with:
python-version: '3.8'
python-version: '3.10'
- name: Build sdist
run: |
pip install --upgrade pip
pip install wheel
pip install wheel build
python -m build . -s
- name: Test sdist
run: |
Expand Down

0 comments on commit b240434

Please sign in to comment.