Skip to content

Commit

Permalink
Update dependency build to v1.2.2.post1
Browse files Browse the repository at this point in the history
  • Loading branch information
renovate[bot] authored Oct 9, 2024
1 parent 7b1c07b commit 27af322
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/actions/build-dist/action.sh
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,6 @@ set -euo pipefail
echo "Ensuring pip is up to date"
python -m pip install --upgrade pip==24.2
echo "Installing the latest version of pypa/build"
pip install build==1.2.2
pip install build==1.2.2.post1

python -m build --outdir dist/ .

0 comments on commit 27af322

Please sign in to comment.