Skip to content

Commit

Permalink
workaround for uv build flake
Browse files Browse the repository at this point in the history
  • Loading branch information
DetachHead committed Jan 29, 2025
1 parent a7cf09c commit 072f7e8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -179,7 +179,8 @@ jobs:
run: npm version ${{ steps.current-version.outputs.CURRENT_UPSTREAM_VERSION }} --workspaces --no-git-tag-version

- name: build package - pypi
run: uv build --config-setting regenerate_docstubs=false
# try twice due to https://github.com/astral-sh/uv/issues/2235
run: uv build --config-setting regenerate_docstubs=false || uv build --config-setting regenerate_docstubs=false
- uses: actions/upload-artifact@v4
with:
name: dist
Expand Down

0 comments on commit 072f7e8

Please sign in to comment.