From 48d138ccb570419cb78569c0a1bdbebff67a3b78 Mon Sep 17 00:00:00 2001 From: Ofek Lev Date: Wed, 15 May 2024 00:28:28 -0400 Subject: [PATCH] Upgrade PyApp to 0.21.0 --- .github/workflows/build-hatch.yml | 5 +++-- docs/history/hatch.md | 2 +- 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/.github/workflows/build-hatch.yml b/.github/workflows/build-hatch.yml index 5db824464..209aec7c2 100644 --- a/.github/workflows/build-hatch.yml +++ b/.github/workflows/build-hatch.yml @@ -127,7 +127,7 @@ jobs: CARGO: cargo CARGO_BUILD_TARGET: ${{ matrix.job.target }} PYAPP_REPO: pyapp - PYAPP_VERSION: "0.20.1" + PYAPP_VERSION: "0.21.0" PYAPP_UV_ENABLED: "true" PYAPP_PASS_LOCATION: "true" @@ -197,7 +197,8 @@ jobs: echo "PYAPP_SKIP_INSTALL=true" >> $GITHUB_ENV echo "PYAPP_FULL_ISOLATION=true" >> $GITHUB_ENV echo "PYAPP_DISTRIBUTION_SOURCE=${{ env.DIST_URL }}/hatch-v${{ needs.python-artifacts.outputs.version }}/hatch-dist-${{ matrix.job.target }}.tar.gz" >> $GITHUB_ENV - echo "PYAPP_DISTRIBUTION_PYTHON_PATH=${{ startsWith(matrix.job.os, 'windows-') && 'python\\python.exe' || 'python/bin/python3' }}" >> $GITHUB_ENV + echo "PYAPP_DISTRIBUTION_PATH_PREFIX=python" >> $GITHUB_ENV + echo "PYAPP_ALLOW_UPDATES=true" >> $GITHUB_ENV # Disable in the case of self updates echo "PYAPP_UV_ENABLED=false" >> $GITHUB_ENV diff --git a/docs/history/hatch.md b/docs/history/hatch.md index fceea0af5..a25dc1ed0 100644 --- a/docs/history/hatch.md +++ b/docs/history/hatch.md @@ -12,7 +12,7 @@ The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/), ***Added:*** -- Upgrade PyApp to 0.20.1 for binary builds +- Upgrade PyApp to 0.21.0 for binary builds ***Fixed:***