diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3c10f8d..2e25480 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -41,8 +41,5 @@ jobs: if: github.event_name == 'push' && startsWith(github.ref, 'refs/tags/') with: package_name: ledgerblue - jfrog_deployment: true release: true publish: true - secrets: - pypi_token: ${{ secrets.PYPI_PUBLIC_API_TOKEN }}