Skip to content

Commit a177fb6

Browse files
Fix: Revert release.yaml Python build to TOX
Reverts a change originally made in: https://gerrit.linuxfoundation.org/infra/c/releng/lftools/+/73482 The new python-build-action has some unresolved issues when Python versioning is set to dynamic. Until those are addressed, we are blocked on tagging/releasing lftools. Change-Id: Ice09adcbad4a58dda48770a53a2d5c9cd2754696 Signed-off-by: Matthew Watkins <mwatkins@linuxfoundation.org>
1 parent a78919c commit a177fb6

File tree

1 file changed

+3
-4
lines changed

1 file changed

+3
-4
lines changed

.github/workflows/release.yaml

Lines changed: 3 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,10 +21,9 @@ jobs:
2121
uses: actions/setup-python@a26af69be951a213d495a4c3e4e4022e16d87065 # v5.6.0
2222
with:
2323
python-version: "3.8"
24-
- name: 'Build Python project'
25-
id: python-build
26-
# yamllint disable-line rule:line-length
27-
uses: lfreleng-actions/python-build-action@a9d0ef8a2324ac76e798ad6dc306f08b83b5b213 # v0.1.11
24+
- name: Build package distribution files
25+
run: >-
26+
pipx run tox -e clean,build
2827
- name: Configure TWINE
2928
run: |
3029
echo "TWINE_USERNAME=__token__" >> "$GITHUB_ENV"

0 commit comments

Comments
 (0)