File tree Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Expand file tree Collapse file tree 1 file changed +17
-17
lines changed Original file line number Diff line number Diff line change 9
9
runs-on : ubuntu-latest
10
10
11
11
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 }}
You can’t perform that action at this time.
0 commit comments