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 cc816e9 commit 8f65693Copy full SHA for 8f65693
.github/workflows/continuous-integration.yml
@@ -79,7 +79,7 @@ jobs:
79
python-version: 3.7
80
- name: Build package
81
run: |
82
- pip install wheel
+ pip install wheel requests
83
python setup.py sdist bdist_wheel
84
- name: Publish
85
uses: pypa/[email protected]
0 commit comments