File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff 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
You can’t perform that action at this time.
0 commit comments