Skip to content

Commit 41dce92

Browse files
committed
🔧 Update CI for test-redistribute, fix glob pattern
1 parent 3f056bf commit 41dce92

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

.github/workflows/test-redistribute.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -44,18 +44,18 @@ jobs:
4444
- name: Install test dependencies
4545
if: ${{ matrix.package_dir == '.' }}
4646
run: |
47-
cd dist/typer-*/
47+
cd dist/typer*/
4848
pip install -r requirements-tests.txt
4949
- name: Run source distribution tests
5050
if: ${{ matrix.package_dir == '.' }}
5151
run: |
52-
cd dist/typer-*/
52+
cd dist/typer*/
5353
bash scripts/test.sh
5454
- name: Build wheel distribution
5555
working-directory: ${{ matrix.package_dir }}
5656
run: |
5757
cd dist
58-
pip wheel --no-deps typer-*.tar.gz
58+
pip wheel --no-deps typer*.tar.gz
5959
- name: Dump GitHub context
6060
env:
6161
GITHUB_CONTEXT: ${{ toJson(github) }}

0 commit comments

Comments
 (0)