Skip to content

Commit 859846e

Browse files
committed
👷 Tweak redistribution CI tests
1 parent e7591ea commit 859846e

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

.github/workflows/test-redistribute.yml

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -39,16 +39,16 @@ jobs:
3939
- name: Decompress source distribution
4040
run: |
4141
cd dist
42-
tar xvf fastapi-cli*.tar.gz
42+
tar xvf fastapi_cli*.tar.gz
4343
- name: Install test dependencies
4444
run: |
45-
cd dist/fastapi-cli*/
45+
cd dist/fastapi_cli*/
4646
pip install -r requirements-tests.txt
4747
- name: Run source distribution tests
4848
run: |
49-
cd dist/fastapi-cli*/
49+
cd dist/fastapi_cli*/
5050
bash scripts/test.sh
5151
- name: Build wheel distribution
5252
run: |
5353
cd dist
54-
pip wheel --no-deps fastapi-cli*.tar.gz
54+
pip wheel --no-deps fastapi_cli*.tar.gz

0 commit comments

Comments
 (0)