diff --git a/.github/workflows/publish_to_pypi.yml b/.github/workflows/publish_to_pypi.yml index ecaf5277..44b70342 100644 --- a/.github/workflows/publish_to_pypi.yml +++ b/.github/workflows/publish_to_pypi.yml @@ -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 @@ -106,4 +102,4 @@ jobs: with: packages-dir: flat_dist verbose: true - # skip-existing: true # Uncomment if you want to skip existing versions \ No newline at end of file + # skip-existing: true # Uncomment if you want to skip existing versions