File tree Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Expand file tree Collapse file tree 2 files changed +1
-9
lines changed Original file line number Diff line number Diff line change 8282 # determine whether a release should be made.
8383 fetch-depth : 0
8484
85- - name : Install poetry
86- run : pipx install poetry
87-
88- - uses : actions/setup-python@v4
89- with :
90- python-version : 3.9
91- cache : " poetry"
92-
9385 - name : Python Semantic Release
94869587 with :
Original file line number Diff line number Diff line change @@ -32,7 +32,7 @@ flake9 = "^3.8.3"
3232# https://python-semantic-release.readthedocs.io/en/latest/configuration.html
3333branch = " main"
3434version_variable = " pydantic_ssm_settings/__init__.py:__version__"
35- build_command = " poetry build"
35+ build_command = " pip install poetry && poetry build" # https://github.com/relekang/python-semantic-release/issues/222#issuecomment-709326972
3636upload_to_pypi = true
3737upload_to_release = true
3838
You can’t perform that action at this time.
0 commit comments