Skip to content

Commit

Permalink
Refactor build-publish_to_pypi.yml to include test directory in file …
Browse files Browse the repository at this point in the history
…matching patterns
  • Loading branch information
sunt05 committed May 23, 2024
1 parent 83b617a commit e5c9900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/build-publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ jobs:
- [windows-2019, win, AMD64]
- [macos-14, macosx, arm64]

python: ["cp310", "cp311", "cp312"]
python: ["cp39", "cp310", "cp311", "cp312"]

fail-fast: false

Expand Down

0 comments on commit e5c9900

Please sign in to comment.