Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
6 changes: 1 addition & 5 deletions .github/workflows/publish_to_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,6 @@ jobs:
matrix:
os: [ubuntu-latest, windows-latest, macos-latest]
python-version: ['3.8', '3.9', '3.10', '3.11', '3.12']
exclude:
# Add any exclusions if certain OS/Python combinations are problematic
# - os: macos-latest
# python-version: '3.12'

steps:
- uses: actions/checkout@v4
Expand Down Expand Up @@ -106,4 +102,4 @@ jobs:
with:
packages-dir: flat_dist
verbose: true
# skip-existing: true # Uncomment if you want to skip existing versions
# skip-existing: true # Uncomment if you want to skip existing versions