Skip to content

Commit

Permalink
try to finally fix the TestPyPI workflow (#6671)
Browse files Browse the repository at this point in the history
* explicitly install build

* don't restore
  • Loading branch information
keewis authored Jun 7, 2022
1 parent f63b430 commit 44f8d4d
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/testpypi-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install setuptools setuptools-scm wheel twine check-manifest
python -m pip install build setuptools setuptools-scm wheel twine check-manifest
python -m pip install tomli tomli_w
- name: Disable local versions
Expand All @@ -34,7 +34,6 @@ jobs:
- name: Build tarball and wheels
run: |
git clean -xdf
git restore -SW .
python -m build --sdist --wheel .
- name: Check built artifacts
Expand Down

0 comments on commit 44f8d4d

Please sign in to comment.