We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3f056bf commit 41dce92Copy full SHA for 41dce92
1 file changed
.github/workflows/test-redistribute.yml
@@ -44,18 +44,18 @@ jobs:
44
- name: Install test dependencies
45
if: ${{ matrix.package_dir == '.' }}
46
run: |
47
- cd dist/typer-*/
+ cd dist/typer*/
48
pip install -r requirements-tests.txt
49
- name: Run source distribution tests
50
51
52
53
bash scripts/test.sh
54
- name: Build wheel distribution
55
working-directory: ${{ matrix.package_dir }}
56
57
cd dist
58
- pip wheel --no-deps typer-*.tar.gz
+ pip wheel --no-deps typer*.tar.gz
59
- name: Dump GitHub context
60
env:
61
GITHUB_CONTEXT: ${{ toJson(github) }}
0 commit comments