diff --git a/examples/github-deploy.yml b/examples/github-deploy.yml index 7370b6cd..0aa4dfed 100644 --- a/examples/github-deploy.yml +++ b/examples/github-deploy.yml @@ -57,21 +57,11 @@ jobs: needs: [build_wheels, build_sdist] runs-on: ubuntu-latest - steps: - - uses: actions/setup-python@v2 - with: - python-version: "3.8" - - - name: Install dependencies - run: python -m pip install twine - - uses: actions/download-artifact@v2 with: name: artifact path: dist - - run: twine check dist/* - - uses: pypa/gh-action-pypi-publish@master with: user: __token__