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 746d511 commit 4668976Copy full SHA for 4668976
.github/workflows/publish.yml
@@ -33,7 +33,9 @@ jobs:
33
with:
34
python-version: 3.9
35
- name: Install dependencies
36
- run: python3 -m pip install -r requirements.txt
+ run: |
37
+ python3 -m pip install poetry
38
+ python3 -m pip install -r requirements.txt
39
- name: Publish package to PyPI
40
env:
41
PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }}
0 commit comments