diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index aa561075b6e..66717095d4c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -344,11 +344,3 @@ jobs: run: make publish-docs env: NETLIFY: ${{ secrets.netlify_token }} - - - name: upload pypi files to release - uses: svenstaro/upload-release-action@v2 - with: - repo_token: ${{ secrets.GITHUB_TOKEN }} - file: dist/* - tag: ${{ github.ref }} - file_glob: true