Skip to content
This repository was archived by the owner on Mar 13, 2024. It is now read-only.

Commit d070734

Browse files
gilesknapcoretl
andauthored
Update .github/workflows/code.yml
Co-authored-by: Tom C (DLS) <[email protected]>
1 parent cc6b593 commit d070734

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/code.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -103,10 +103,7 @@ jobs:
103103
# If more than one module in src/ replace with module name to test
104104
python -m $(ls src) --version
105105
106-
- name: Test Publish to PyPI
107-
env:
108-
TWINE_USERNAME: __token__
109-
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
106+
- name: Check for packaging errors
110107
run: pipx run twine check dist/*
111108

112109
- name: Upload sdist and wheel as artifacts

0 commit comments

Comments
 (0)