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 22766ba commit 41f39ceCopy full SHA for 41f39ce
.github/workflows/release-publish.yml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Install build
23
run: >-
24
- pip install -r requirements.txt
+ pip install -r requirements.txt &&
25
python setup.py sdist
26
27
- name: Publish distribution 📦 to Test PyPI
0 commit comments