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 cf1ac9c commit dff2dd6Copy full SHA for dff2dd6
.github/workflows/pypi.yaml
@@ -17,7 +17,7 @@ jobs:
17
- name: Get the version
18
id: get_version
19
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
20
- - name: Install poetry
+ - name: Install poetry
21
uses: Gr1N/setup-poetry@v4
22
- name: Build
23
run: |
0 commit comments