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 d76a71c commit d317ba2Copy full SHA for d317ba2
.github/workflows/pypi-publish.yml
@@ -25,7 +25,7 @@ jobs:
25
python-version: '3.x'
26
- name: Install dependencies
27
run: |
28
- python -m pip install --upgrade pip; ; pip install twine wheel;
+ python -m pip install --upgrade pip; pip install twine wheel;
29
pip install .
30
- name: Building package
31
run: python setup.py sdist bdist_wheel
0 commit comments