Skip to content

Commit 15863db

Browse files
committed
👷 Update tests for redistribution
1 parent 90f8aae commit 15863db

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
@@ -32,19 +32,19 @@ jobs:
3232
- name: Decompress source distribution
3333
run: |
3434
cd dist
35-
tar xvf annotated-doc*.tar.gz
35+
tar xvf annotated_doc*.tar.gz
3636
- name: Install test dependencies
3737
run: |
38-
cd dist/annotated-doc*/
38+
cd dist/annotated_doc*/
3939
pip install -r requirements-tests.txt
4040
- name: Run source distribution tests
4141
run: |
42-
cd dist/annotated-doc*/
42+
cd dist/annotated_doc*/
4343
bash scripts/test.sh
4444
- name: Build wheel distribution
4545
run: |
4646
cd dist
47-
pip wheel --no-deps annotated-doc*.tar.gz
47+
pip wheel --no-deps annotated_doc*.tar.gz
4848
4949
# https://github.com/marketplace/actions/alls-green#why
5050
test-redistribute-alls-green: # This job does nothing and is only used for the branch protection

0 commit comments

Comments
 (0)