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 541d99e commit 29b9549Copy full SHA for 29b9549
.github/workflows/cd.yml
@@ -21,8 +21,7 @@ jobs:
21
- name: "Installs dependencies"
22
run: |
23
python3 -m pip install --upgrade pip
24
- python3 -m pip install setuptools twine
25
- python3 -m pip install build
+ python3 -m pip install setuptools build twine
26
python3 -m pip install .
27
28
# Build and upload to PyPI
0 commit comments