Skip to content

Commit

Permalink
Remove PyPI publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
GDYendell committed May 31, 2024
1 parent 8ec5a8a commit c594177
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 24 deletions.
17 changes: 0 additions & 17 deletions .github/workflows/_pypi.yml

This file was deleted.

7 changes: 0 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,13 +44,6 @@ jobs:
if: needs.check.outputs.branch-pr == ''
uses: ./.github/workflows/_dist.yml

pypi:
if: github.ref_type == 'tag'
needs: dist
uses: ./.github/workflows/_pypi.yml
permissions:
id-token: write

release:
if: github.ref_type == 'tag'
needs: [dist, docs]
Expand Down

0 comments on commit c594177

Please sign in to comment.