Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
miratepuffin committed Apr 15, 2024
1 parent 201aa69 commit f73d3a1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/_release_python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -186,7 +186,7 @@ jobs:
working-directory: ./python
command: build
target: ${{ matrix.target }}
args: --release --out dist --find-interpreter
args: --release --out dist -i python3.8 -i python3.9 -i python3.10 -i python3.11 -i python3.12
- name: Upload wheels to gh artifact
uses: actions/upload-artifact@v3
with:
Expand Down

0 comments on commit f73d3a1

Please sign in to comment.