File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 33# # SPDX-License-Identifier: Apache-2.0
44# #
55---
6-
76name : Publish (pypiTest)
87
98defaults :
1514 branches :
1615 - main
1716 pull_request :
17+ release :
18+ types : [published]
1819
1920jobs :
2021 build :
2122 name : Build distribution
2223 runs-on : ubuntu-latest
2324 steps :
24-
2525 - name : Checkout code
2626 uses : actions/checkout@v4
2727 with :
3030 - name : Install poetry
3131 uses : ./.github/actions/prepare-poetry
3232 with :
33- python-version : ' 3.10'
33+ python-version : " 3.10"
3434
3535 - name : Build
3636 run : |
5858 needs : [build]
5959 runs-on : ubuntu-latest
6060 steps :
61-
6261 # Retrieve the code and GIT history so that poetry-dynamic-versioning knows which version to upload
6362 - name : Checkout code
6463 uses : actions/checkout@v4
7473 - name : Install poetry
7574 uses : ./.github/actions/prepare-poetry
7675 with :
77- python-version : ' 3.10'
76+ python-version : " 3.10"
7877
7978 - name : Upload to PyPI TEST
8079 run : |
You can’t perform that action at this time.
0 commit comments