Skip to content

Commit de0e8cd

Browse files
committed
Fix up poetry trigger
1 parent 2eb3ca2 commit de0e8cd

File tree

1 file changed

+17
-17
lines changed

1 file changed

+17
-17
lines changed

.github/workflows/pypi.yaml

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -9,20 +9,20 @@ jobs:
99
runs-on: ubuntu-latest
1010

1111
steps:
12-
- uses: actions/checkout@v2
13-
- name: Set up Python
14-
uses: actions/setup-python@v2
15-
with:
16-
python-version: 3.8
17-
- name: Get the version
18-
id: get_version
19-
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
20-
- name: Install poetry
21-
uses: Gr1N/setup-poetry@v4
22-
- name: Build
23-
run: |
24-
poetry version ${{ steps.get_version.outputs.VERSION }}
25-
- name: Build and publish to pypi
26-
uses: JRubics/poetry-publish@v1.6
27-
with:
28-
pypi_token: ${{ secrets.pypi_password_sx_did_lib }}
12+
- uses: actions/checkout@v2
13+
- name: Set up Python
14+
uses: actions/setup-python@v2
15+
with:
16+
python-version: 3.8
17+
- name: Get the version
18+
id: get_version
19+
run: echo ::set-output name=VERSION::${GITHUB_REF#refs/tags/}
20+
- name: Install poetry
21+
uses: Gr1N/setup-poetry@v7
22+
- name: Build
23+
run: |
24+
poetry version ${{ steps.get_version.outputs.VERSION }}
25+
- name: Build and publish to pypi
26+
uses: JRubics/poetry-publish@v1.6
27+
with:
28+
pypi_token: ${{ secrets.pypi_password_sx_did_lib }}

0 commit comments

Comments
 (0)