Skip to content

Commit

Permalink
Fix CI
Browse files Browse the repository at this point in the history
  • Loading branch information
janheinrichmerker committed Aug 9, 2023
1 parent 77b05dc commit 2055689
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 @@ -30,7 +30,7 @@ jobs:
run: twine check dist/*
- name: "📤 Upload Python wheels"
uses: actions/upload-artifact@v3
if: matrix.python == '3.11'
if: matrix.python == '3.9'
with:
name: wheels
path: dist
Expand Down

0 comments on commit 2055689

Please sign in to comment.