We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 54d7202 commit d0ecdf6Copy full SHA for d0ecdf6
.github/workflows/publish-to-pypi.yml
@@ -11,6 +11,8 @@ jobs:
11
uses: actions/setup-python@v1
12
with:
13
python-version: 3.12
14
+ - name: Install requirements
15
+ run: pip install -r requirements.txt
16
- name: Build a binary wheel and a source tarball
17
run: python setup.py sdist
18
- name: Publish distribution package to Test PyPI
0 commit comments