Skip to content

Commit

Permalink
Fix download of source package build.
Browse files Browse the repository at this point in the history
  • Loading branch information
lgautier committed Dec 8, 2024
1 parent bb02709 commit ce2bd1d
Showing 1 changed file with 1 addition and 5 deletions.
6 changes: 1 addition & 5 deletions .github/workflows/package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -100,15 +100,11 @@ jobs:
python -m pip install -U pip wheel
- uses: actions/[email protected]
with:
name: mashing-pumpkins-sdist
pattern: mashing-pumpkins-sdist
path: dist/
- name: Source package path.
shell: bash
run: echo "SRC_DIST=$(ls -1 dist/*.tar.gz | tail -n 1)" >> $GITHUB_ENV
- name: Install package (non-Windows)
run: |
${{ matrix.venv_activate }}
pip install $SRC_DIST
- name: Test
run: |
${{ matrix.venv_activate }}
Expand Down

0 comments on commit ce2bd1d

Please sign in to comment.