diff --git a/.github/workflows/deploy.yml b/.github/workflows/deploy.yml index c9b2771..10b6485 100644 --- a/.github/workflows/deploy.yml +++ b/.github/workflows/deploy.yml @@ -51,11 +51,11 @@ jobs: - python-version: 3.9 wheel-tag: py39 exclude: - - platform: sdist + - distribution: sdist python-version: 3.6 - - platform: sdist + - distribution: sdist python-version: 3.7 - - platform: sdist + - distribution: sdist python-version: 3.8 runs-on: ubuntu-latest