Skip to content

Commit

Permalink
migrate from node 16 to 20
Browse files Browse the repository at this point in the history
  • Loading branch information
phreed authored and christo-ph committed Mar 22, 2024
1 parent 1f951ff commit 13c9b29
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi_ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v4
- uses: actions/setup-python@v4
- uses: actions/setup-python@v5
with:
python-version: 3.x
- name: Install dependencies and build distribution packages
Expand All @@ -24,7 +24,7 @@ jobs:
python setup.py sdist bdist_wheel
twine check dist/*
- name: Store the distribution packages
uses: actions/upload-artifact@v3
uses: actions/upload-artifact@v4
with:
name: python-package-distributions
path: dist/
Expand Down

0 comments on commit 13c9b29

Please sign in to comment.