diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index abd5969fa..65027c3c1 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -20,19 +20,10 @@ jobs: python -m pip install --upgrade pip pip install build twine - - name: Import GPG - uses: crazy-max/ghaction-import-gpg@v6 - with: - gpg_private_key: ${{ secrets.GPG_PRIVATE_KEY }} - passphrase: ${{ secrets.GPG_PASSPHRASE }} - - name: Build and publish - env: - TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }} - TWINE_PASSWORD: ${{ secrets.PYPI_PASSWORD }} run: | python -m build - twine upload --skip-existing --sign dist/* + twine upload --skip-existing docker-hub: runs-on: ubuntu-latest