We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b89807d commit 6018ff5Copy full SHA for 6018ff5
.github/workflows/test_deploy.yml
@@ -92,7 +92,7 @@ jobs:
92
run: |
93
python -m pip install --upgrade pip
94
pip install poetry wheel twine
95
- poetry install -E all
+ pip install .[all]
96
- name: Build Package
97
run: poetry build
98
- name: test with twine
0 commit comments