Skip to content

Commit

Permalink
download combined docstubs for all platforms after installing the pro…
Browse files Browse the repository at this point in the history
…ject so they don't get overwritten
  • Loading branch information
DetachHead committed Nov 19, 2024
1 parent 80e5a6f commit 0445a0a
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions .github/workflows/build_and_release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -81,14 +81,15 @@ jobs:
with:
python-version: ${{env.PYTHON_VERSION}}

- run: ./pw uv sync

# we download the docstubs after we install the project because otherwise they'll get overwritten
- uses: actions/download-artifact@v4
name: download docstubs
with:
name: docstubs
path: docstubs

- run: ./pw uv sync

# using relative path for npm scripts because it needs to work in the package directories too
- name: add pyprojectx and npm scripts to PATH

Expand Down

0 comments on commit 0445a0a

Please sign in to comment.