Skip to content

Commit

Permalink
Fixed python version for matrix
Browse files Browse the repository at this point in the history
  • Loading branch information
ZhaoTianPu committed Apr 18, 2024
1 parent 65b606c commit c2eab92
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, macos-latest, windows-latest]
python-version: [3.10]
python-version: ["3.10"]
steps:
- uses: actions/checkout@v2
with:
Expand Down

0 comments on commit c2eab92

Please sign in to comment.