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 }}