We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 9bc2a55 commit e399ee9Copy full SHA for e399ee9
1 file changed
.github/workflows/release.yml
@@ -15,6 +15,7 @@ jobs:
15
with:
16
python-version: 3.x
17
- run: |
18
+ python -m pip install -r requirements-dev.txt
19
python -m pip install setuptools wheel
20
python setup.py sdist bdist_wheel
21
- uses: pypa/gh-action-pypi-publish@release/v1
0 commit comments