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 dd29211 commit faa213cCopy full SHA for faa213c
.github/workflows/python-publish.yml
@@ -17,11 +17,12 @@ jobs:
17
- name: Set up Python
18
uses: actions/setup-python@v2
19
with:
20
- python-version: '3.x'
+ python-version: '3.7'
21
- name: Install dependencies
22
run: |
23
python -m pip install --upgrade pip
24
- pip install setuptools wheel twine poetry
+ pip install poetry
25
+ poetry install -v
26
- name: Build and publish
27
env:
28
TWINE_USERNAME: ${{ secrets.PYPI_USERNAME }}
0 commit comments