Skip to content

Commit

Permalink
remove twine check from dists.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
oconnor663 committed Nov 29, 2024
1 parent 70d0e69 commit 365b15b
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/dists.yml
Original file line number Diff line number Diff line change
Expand Up @@ -53,8 +53,6 @@ jobs:

- run: ${{ (matrix.os == 'windows-latest' && 'dir') || 'ls -ltra' }} dist/

- run: pip install twine && twine check --strict dist/*

- uses: actions/upload-artifact@v4
with:
name: dist-${{ matrix.os }}-${{ matrix.target }}-${{ matrix.manylinux || 'auto' }}
Expand Down

0 comments on commit 365b15b

Please sign in to comment.