File tree Expand file tree Collapse file tree 2 files changed +6
-1
lines changed
Expand file tree Collapse file tree 2 files changed +6
-1
lines changed Original file line number Diff line number Diff line change @@ -134,10 +134,13 @@ jobs:
134134
135135 - name : Publish package distributions to PyPI
136136 uses : pypa/gh-action-pypi-publish@v1.13.0
137-
138137 # NOTE: DO NOT wrap the conditional in ${{ }} as it will always evaluate to true.
139138 # See https://github.com/actions/runner/issues/1173
140139 if : steps.release.outputs.released == 'true'
140+ with :
141+ packages-dir : dist
142+ print-hash : true
143+ verbose : true
141144
142145 - name : Publish package distributions to GitHub Releases
143146 uses : python-semantic-release/publish-action@v10.4.1
Original file line number Diff line number Diff line change @@ -74,6 +74,7 @@ match = "main"
7474prerelease = false
7575version_toml = [" pyproject.toml:project.version" ]
7676build_command = """
77+ pip install uv
7778 uv lock --upgrade-package python-roborock
7879 git add uv.lock
7980 uv build
@@ -86,6 +87,7 @@ match = "temp-main-branch"
8687prerelease = false
8788version_toml = [" pyproject.toml:project.version" ]
8889build_command = """
90+ pip install uv
8991 uv lock --upgrade-package python-roborock
9092 git add uv.lock
9193 uv build
You can’t perform that action at this time.
0 commit comments