Skip to content

Commit

Permalink
Don't verify PyPI distributions
Browse files Browse the repository at this point in the history
  • Loading branch information
jhkennedy authored Feb 23, 2024
1 parent 4a35dc1 commit 2b2fa4c
Showing 1 changed file with 0 additions and 19 deletions.
19 changes: 0 additions & 19 deletions .github/workflows/distribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}

0 comments on commit 2b2fa4c

Please sign in to comment.