Skip to content

Commit

Permalink
Only upload build artifact for python 3.10
Browse files Browse the repository at this point in the history
  • Loading branch information
peace-maker committed Oct 11, 2024
1 parent 443dce1 commit 8b448d9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -199,7 +199,7 @@ jobs:
python -m build
- uses: actions/upload-artifact@v4
if: matrix.python_version != '2.7'
if: matrix.python_version == '3.10'
with:
name: packages
path: dist/
Expand Down

0 comments on commit 8b448d9

Please sign in to comment.