Skip to content

Commit

Permalink
ci: run twine check in lint-test build
Browse files Browse the repository at this point in the history
  • Loading branch information
shiftinv committed Jan 3, 2024
1 parent 87719df commit bdcf856
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/lint-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -127,9 +127,12 @@ jobs:
- name: Try building package
run: |
pdm install -dG build
pdm run python -m build
ls -la dist/
pdm run twine check --strict dist/*
# run the libcst parsers and check for changes
- name: libcst codemod
run: |
Expand Down

0 comments on commit bdcf856

Please sign in to comment.