@pybricks/ide-docs v2.8.0

This commit is contained in:
David Lechner
2023-04-21 17:10:51 -05:00
parent 4da3618428
commit 2278c7bcda
4 changed files with 10 additions and 5 deletions
+1 -1
View File
@@ -6,7 +6,7 @@ name: Build Python package and docs
on:
push:
tags-ignore:
- "*"
- "@pybricks/*"
pull_request:
paths:
- doc/**
+3 -3
View File
@@ -7,7 +7,7 @@ on:
jobs:
publish_ide_docs:
runs-on: ubuntu-20.04
runs-on: ubuntu-22.04
steps:
- name: Ubuntu packages
run: |
@@ -17,7 +17,7 @@ jobs:
with:
submodules: recursive
- name: Set up Python 3.8
uses: actions/setup-python@v1
uses: actions/setup-python@v4
with:
python-version: 3.8
- name: Install dependencies
@@ -26,7 +26,7 @@ jobs:
poetry run python -m pip install --upgrade pip
poetry run python -m pip install --upgrade setuptools
poetry install
- uses: actions/setup-node@v1
- uses: actions/setup-node@v3
with:
node-version: '14.x'
registry-url: 'https://registry.npmjs.org'
+5
View File
@@ -2,6 +2,11 @@
<!-- refer to https://keepachangelog.com/en/1.0.0/ for guidance -->
## 2.8.0 - 2023-04-21
### Changed
- Updated docs to v3.3.0b4.
## 2.7.0 - 2022-12-20
### Changed
+1 -1
View File
@@ -1,6 +1,6 @@
{
"name": "@pybricks/ide-docs",
"version": "2.7.0",
"version": "2.8.0",
"description": "Special build of Pybricks API docs for embedding in an IDE.",
"repository": {
"type": "git",