File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 3232 with :
3333 python-version : " 3.10"
3434
35- - name : Install dependencies
35+ - name : Install dependencies (all extras)
3636 run : |
37- poetry install
37+ poetry install --all-extras
3838
3939 - name : Run pytest
4040 run : |
Original file line number Diff line number Diff line change 33# # SPDX-License-Identifier: Apache-2.0
44# #
55---
6-
76name : Publish release
87
98defaults :
1918 name : Build distribution
2019 runs-on : ubuntu-latest
2120 steps :
22-
2321 - name : Checkout code
2422 uses : actions/checkout@v4
2523 with :
2826 - name : Install poetry
2927 uses : ./.github/actions/prepare-poetry
3028 with :
31- python-version : ' 3.10'
29+ python-version : " 3.10"
3230
3331 - name : Build
3432 run : |
5654 needs : [build]
5755 runs-on : ubuntu-latest
5856 steps :
59-
6057 # Retrieve the code and GIT history so that poetry-dynamic-versioning knows which version to upload
6158 - name : Checkout code
6259 uses : actions/checkout@v4
7269 - name : Install poetry
7370 uses : ./.github/actions/prepare-poetry
7471 with :
75- python-version : ' 3.10'
72+ python-version : " 3.10"
7673
7774 - name : Upload to PyPI
7875 run : |
You can’t perform that action at this time.
0 commit comments