diff --git a/.github/workflows/publish.yaml b/.github/workflows/publish.yaml index a8c23bd..fccf7c3 100644 --- a/.github/workflows/publish.yaml +++ b/.github/workflows/publish.yaml @@ -23,9 +23,9 @@ jobs: os: [ubuntu-latest] # python-version: ['3.10', '3.11'] # os: [ubuntu-latest, windows-latest, macOS-13, macOS-14] - # include: - # - python-version: 3.9 - # os: windows-latest + include: + - python-version: 3.9 + os: windows-latest defaults: # https://github.com/marketplace/actions/setup-miniconda#use-a-default-shell run: shell: bash -l {0}