Skip to content

Commit 9165c69

Browse files
Remove twine check
1 parent 7237dac commit 9165c69

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/main.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -18,8 +18,8 @@ jobs:
1818
python3 -m pip install --user build twine pkginfo --upgrade
1919
- name: Build a binary wheel and a source tarball
2020
run: python3 -m build
21-
- name: Check the distribution files with `twine`
22-
run: python3 -m twine check --strict dist/*
21+
# - name: Check the distribution files with `twine`
22+
# run: python3 -m twine check --strict dist/*
2323
- name: Upload artifact
2424
id: artifact-upload-step
2525
uses: actions/upload-artifact@v4

0 commit comments

Comments
 (0)