Skip to content

Commit

Permalink
chore: update node version for release workflow
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <[email protected]>
  • Loading branch information
frostming committed Sep 22, 2024
1 parent 915d674 commit 8f7e0f0
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -20,16 +20,15 @@ jobs:

- uses: actions/setup-python@v5
with:
python-version: "3.10"
python-version: "3.11"

- uses: actions/setup-node@v3
with:
node-version: 16
node-version: lts/*

- name: Build artifacts
run: |
pip install build
python -m build
pipx run build
- uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 8f7e0f0

Please sign in to comment.