Skip to content

Commit

Permalink
馃敡 Tweak redistribute tests
Browse files Browse the repository at this point in the history
  • Loading branch information
tiangolo committed Mar 28, 2024
1 parent d0f7cba commit 24cb6ba
Showing 1 changed file with 9 additions and 1 deletion.
10 changes: 9 additions & 1 deletion .github/workflows/redistribute.yml
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,15 @@ jobs:
with:
limit-access-to-actor: true
- name: Build distribution
run: python -m build
run: python -m build --sdist
- run: tar xvf typer*.tar.gz
working-directory: dist
- run: pip install -r requirements-tests.txt
working-directory: dist/typer-*
- run: pytest tests
working-directory: dist/typer-*
- run: pip wheel --no-deps typer-*.tar.gz
working-directory: dist
- name: Dump GitHub context
env:
GITHUB_CONTEXT: ${{ toJson(github) }}
Expand Down

0 comments on commit 24cb6ba

Please sign in to comment.