From 2b2fa4c8a79f68d9bc8ddc00ad8d9659f737d885 Mon Sep 17 00:00:00 2001 From: Joseph H Kennedy Date: Fri, 23 Feb 2024 09:52:18 -0900 Subject: [PATCH] Don't verify PyPI distributions --- .github/workflows/distribute.yml | 19 ------------------- 1 file changed, 19 deletions(-) diff --git a/.github/workflows/distribute.yml b/.github/workflows/distribute.yml index d576793..8a7ae02 100644 --- a/.github/workflows/distribute.yml +++ b/.github/workflows/distribute.yml @@ -33,22 +33,3 @@ jobs: with: user: __token__ password: ${{ secrets.TOOLS_PYPI_PAK }} - - verify-distribution: - runs-on: ubuntu-latest - needs: - - call-version-info-workflow - - distribute - defaults: - run: - shell: bash -l {0} - steps: - - uses: actions/checkout@v4 - - - uses: mamba-org/setup-micromamba@v1 - with: - environment-file: environment.yml - - - name: Ensure mkdocs-asf-theme v${{ needs.call-version-info-workflow.outputs.version }}} is pip installable - run: | - python -m pip install mkdocs-asf-theme==${{ needs.call-version-info-workflow.outputs.version_tag }}