diff --git a/.github/workflows/build_wheels.yml b/.github/workflows/build_wheels.yml index f1c58c9..d9d373a 100644 --- a/.github/workflows/build_wheels.yml +++ b/.github/workflows/build_wheels.yml @@ -242,15 +242,6 @@ jobs: if: ${{ steps.check-tag.outputs.run == 'true' }} run: python -m pip install twine - - name: Upload to jfrog - if: ${{ steps.check-tag.outputs.run == 'true' }} - run: | - twine upload --verbose --non-interactive ${{ matrix.target.upload }} - env: - TWINE_REPOSITORY_URL: ${{ secrets.JFROG_URL }} - TWINE_USERNAME: ${{ secrets.JFROG_USER }} - TWINE_PASSWORD: ${{ secrets.JFROG_TOKEN }} - - name: Upload to pypi if: ${{ steps.check-tag.outputs.run == 'true' }} run: |