Skip to content

Commit

Permalink
Remove 'twine check' from release process
Browse files Browse the repository at this point in the history
Already done by pypa/gh-action-pypi-publish.
  • Loading branch information
adamchainz committed Oct 8, 2024
1 parent a3e9d46 commit b0c0b89
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,7 +111,4 @@ jobs:
- name: Build
run: uv build

- name: Verify
run: uvx twine check dist/*

- uses: pypa/gh-action-pypi-publish@release/v1

0 comments on commit b0c0b89

Please sign in to comment.