Skip to content

Commit

Permalink
test release
Browse files Browse the repository at this point in the history
  • Loading branch information
visualDust committed Nov 27, 2023
1 parent 4a6db7c commit 7cfd011
Show file tree
Hide file tree
Showing 4 changed files with 302 additions and 287 deletions.
12 changes: 12 additions & 0 deletions .github/workflows/build-and-publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,18 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- uses: actions/setup-node@v4
with:
node-version: 18
cache: 'yarn'
cache-dependency-path: 'neetbox/frontend/yarn.lock'
- name: setup yarn
run: corepack enable
working-directory: neetbox/frontend
- run: yarn install --frozen-lockfile
working-directory: neetbox/frontend
- run: yarn build
working-directory: neetbox/frontend
- name: Build and publish to pypi
uses: JRubics/[email protected]
with:
Expand Down
Loading

0 comments on commit 7cfd011

Please sign in to comment.