Skip to content

Commit

Permalink
chore: update release pipeline (#2707)
Browse files Browse the repository at this point in the history
  • Loading branch information
axiomofjoy committed Mar 28, 2024
1 parent 9140376 commit f697811
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 51 deletions.
49 changes: 0 additions & 49 deletions .github/workflows/publish-to-pypi.yml

This file was deleted.

6 changes: 4 additions & 2 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -67,9 +67,11 @@ jobs:
id-token: write # IMPORTANT: mandatory for trusted publishing
steps:
- uses: actions/checkout@v4
- uses: actions/setup-node@v4
- uses: pnpm/action-setup@v3
with:
version: 8
- name: Build frontend
run: cd app && rm -rf node_modules && npm install && npm run build
run: cd app && pnpm run clean && pnpm install && pnpm run build
- uses: actions/setup-python@v5
with:
python-version: "3.x"
Expand Down

0 comments on commit f697811

Please sign in to comment.