diff options
| author | eduardormorais <eduardoromorais@gmail.com> | 2025-09-18 18:12:10 -0300 |
|---|---|---|
| committer | eduardormorais <eduardoromorais@gmail.com> | 2025-09-18 18:12:10 -0300 |
| commit | bdfad17e161766bbe8fe0b28eeb76ff0bebddb2a (patch) | |
| tree | c0b64edd5afcd65bcb812d42f80fc6265087ddef /.github | |
| parent | 9d5341b6933808a6ebec6d69430687a25653dd1c (diff) | |
| download | pyvyos-bdfad17e161766bbe8fe0b28eeb76ff0bebddb2a.tar.gz pyvyos-bdfad17e161766bbe8fe0b28eeb76ff0bebddb2a.zip | |
Fix - Code fix
Diffstat (limited to '.github')
| -rw-r--r-- | .github/workflows/python-publish.yml | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index d85d1fa..57189af 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -28,8 +28,8 @@ jobs: - name: Install UV and build tools run: | - python -m pip install --upgrade uv - uv build + python -m pip install --upgrade pip + pip install uv - name: Build package with UV run: uv build |
