diff --git a/.github/workflows/build_and_publish.yml b/.github/workflows/build_and_publish.yml index 40bcc72..a772193 100644 --- a/.github/workflows/build_and_publish.yml +++ b/.github/workflows/build_and_publish.yml @@ -24,10 +24,10 @@ jobs: exclude: - os: macos-latest python-version: pypy3 - #- os: macos-latest - # python-version: 3.8 - #- os: macos-latest - # python-version: 3.6 + - os: macos-latest + python-version: 3.8 + - os: macos-latest + python-version: 3.6 steps: - uses: actions/checkout@v1