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 e7591ea commit 859846eCopy full SHA for 859846e
.github/workflows/test-redistribute.yml
@@ -39,16 +39,16 @@ jobs:
39
- name: Decompress source distribution
40
run: |
41
cd dist
42
- tar xvf fastapi-cli*.tar.gz
+ tar xvf fastapi_cli*.tar.gz
43
- name: Install test dependencies
44
45
- cd dist/fastapi-cli*/
+ cd dist/fastapi_cli*/
46
pip install -r requirements-tests.txt
47
- name: Run source distribution tests
48
49
50
bash scripts/test.sh
51
- name: Build wheel distribution
52
53
54
- pip wheel --no-deps fastapi-cli*.tar.gz
+ pip wheel --no-deps fastapi_cli*.tar.gz
0 commit comments