Skip to content

Commit

Permalink
I THINK order matters here??
Browse files Browse the repository at this point in the history
  • Loading branch information
hynek committed Mar 27, 2024
1 parent e235271 commit e09290e
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/ci-supported-pythons.yml
Original file line number Diff line number Diff line change
Expand Up @@ -54,18 +54,18 @@ jobs:
with:
python-version: ${{ matrix.python-version }}

- name: Download built packages from the build-package job.
uses: actions/download-artifact@v4
with:
name: Packages
path: dist

# We have to check the project out because it doesn't include tox.ini in
# its SDist. If you include it, you can just unpack your SDist instead.
- uses: actions/checkout@v4
with:
repository: pypa/sampleproject

- name: Download wheels from the build-package job.
uses: actions/download-artifact@v4
with:
name: Packages
path: dist

- name: Prepare for tox
run: |
# We use tox together with the fast tox-uv plugin.
Expand Down

0 comments on commit e09290e

Please sign in to comment.