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 daa46b3 commit 1373afcCopy full SHA for 1373afc
.github/workflows/python-publish.yml
@@ -22,6 +22,7 @@ jobs:
22
run: |
23
python -m pip install --upgrade pip
24
pip install setuptools wheel twine
25
+ pip install -r requirements.txt
26
- name: Build and publish
27
env:
28
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
0 commit comments