Skip to content

Commit

Permalink
fix: update CI script versions
Browse files Browse the repository at this point in the history
  • Loading branch information
hsluoyz authored Apr 16, 2023
1 parent 8a8e346 commit 72ecd76
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -11,7 +11,7 @@ jobs:
strategy:
fail-fast: false
matrix:
python-version: [3.6, 3.7, 3.8, 3.9]
python-version: [3.9, 3.10, 3.11]
os: [ubuntu-latest]

steps:
Expand Down Expand Up @@ -78,15 +78,15 @@ jobs:
- name: Setup Node.js
uses: actions/setup-node@v2
with:
node-version: '16'
node-version: '18'

- name: Setup
run: npm install -g semantic-release @semantic-release/github @semantic-release/changelog @semantic-release/commit-analyzer @semantic-release/git @semantic-release/release-notes-generator semantic-release-pypi

- name: Set up python
uses: actions/setup-python@v2
with:
python-version: 3.8
python-version: 3.10

- name: Install setuptools
run: python -m pip install --upgrade setuptools wheel twine
Expand Down

0 comments on commit 72ecd76

Please # to comment.