Skip to content

Commit

Permalink
Update GHA setup (#84)
Browse files Browse the repository at this point in the history
  • Loading branch information
abravalheri committed Jan 17, 2023
2 parents 32c7870 + 26cd6a9 commit f6f5dc2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@ jobs:
run: pipx run --python python3.10 tox -e clean,build
- name: Record the path of wheel distribution
id: wheel-distribution
run: echo "::set-output name=path::$(ls dist/*.whl)"
run: echo "path=$(ls dist/*.whl)" >> $GITHUB_OUTPUT
- name: Store the distribution files for use in other stages
# `tests` and `publish` will use the same pre-built distributions,
# so we make sure to release the exact same package that was tested
Expand All @@ -51,7 +51,7 @@ jobs:
matrix:
python:
- "3.7" # oldest Python supported by PSF
- "3.10" # newest Python that is stable
- "3.11" # newest Python that is stable
platform:
- ubuntu-latest
- macos-latest
Expand Down

0 comments on commit f6f5dc2

Please sign in to comment.