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 938e94f commit 3f2639aCopy full SHA for 3f2639a
.github/workflows/python-publish.yml
@@ -21,6 +21,7 @@ jobs:
21
python-version: '3.x'
22
- name: Install dependencies
23
run: |
24
+ pip install -r requirements.txt
25
python -m pip install --upgrade pip
26
pip install setuptools wheel twine
27
- name: Build and publish
0 commit comments