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 d268fa5 commit 337b561Copy full SHA for 337b561
.github/workflows/pythonpublish.yml
@@ -23,6 +23,7 @@ jobs:
23
run: |
24
python -m pip install --upgrade pip
25
pip install setuptools wheel twine
26
+ pip install -r requirements.txt
27
- name: Build and publish 📦 to PyPI
28
env:
29
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
0 commit comments