Skip to content

Commit

Permalink
Add NPM and environment name
Browse files Browse the repository at this point in the history
  • Loading branch information
Joseph McKinsey committed Jun 7, 2024
1 parent def0ac4 commit 9e06de4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/cd-cli-extras.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,6 +27,9 @@ jobs:
- name: Build cli_extras wheel
run: |
cd helics_cli_extras
npm install
npm run build
cp -r build helics_cli_extras/static
python -m build
- name: Upload artifacts
uses: actions/upload-artifact@v4
Expand All @@ -38,7 +41,7 @@ jobs:
needs: [build-wheels]
runs-on: ubuntu-latest
environment:
name: pypi
name: pypi-cli-extras
url: https://pypi.org/p/helics-cli-extras
permissions:
id-token: write # IMPORTANT: this permission is mandatory for trusted publishing
Expand Down

0 comments on commit 9e06de4

Please sign in to comment.