diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index a340ec11c..5dbc62248 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -53,7 +53,7 @@ jobs: python setup.py clean --all sdist bdist_wheel --universal python -m twine check dist/* - - name: 'Upload Artifact' + - name: "Upload Artifact" uses: actions/upload-artifact@v3 with: name: dist @@ -69,7 +69,6 @@ jobs: matrix: python-version: [ - "2.7", "3.6", "3.7", "3.8",