Skip to content

Commit

Permalink
Only upload artifact wheel for Python 3.12
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Nov 15, 2024
1 parent 829cec0 commit 3dc0792
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ jobs:
pip install setuptools wheel build
python -m build
- name: Store the distribution packages
if: matrix.python-version == '3.12'
uses: actions/upload-artifact@v4
with:
name: python-packages
Expand Down

0 comments on commit 3dc0792

Please sign in to comment.