Skip to content

Commit

Permalink
Upgrade PyApp to 0.21.0
Browse files Browse the repository at this point in the history
  • Loading branch information
ofek committed May 15, 2024
1 parent 40fd8e3 commit 48d138c
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 3 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build-hatch.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down Expand Up @@ -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
Expand Down
2 changes: 1 addition & 1 deletion docs/history/hatch.md
Original file line number Diff line number Diff line change
Expand Up @@ -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:***

Expand Down

0 comments on commit 48d138c

Please sign in to comment.