Skip to content

Commit

Permalink
fix release action
Browse files Browse the repository at this point in the history
  • Loading branch information
superstar54 committed May 7, 2024
1 parent fe6b2fb commit 0886382
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,9 +36,12 @@ jobs:
npm install
npm run build
- name: Build web frontend package
working-directory: aiida_workgraph/web/frontend/
run:
npm install
npm run build
- name: Build package
run:
python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
Expand Down

0 comments on commit 0886382

Please sign in to comment.