Skip to content

Commit

Permalink
postmortem for 0.4.2 (#69)
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl authored Jan 2, 2023
1 parent 60fcfc6 commit 452b230
Show file tree
Hide file tree
Showing 3 changed files with 24 additions and 9 deletions.
14 changes: 7 additions & 7 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@ jobs:
- run: python dodo.py build || python dodo.py build
- uses: actions/upload-artifact@v3
with:
name: dist_${{ github.run_number }}
name: rfjl_${{ github.run_number }}_dist
path: ./dist
- name: Rename uncached conda packages
shell: bash
Expand Down Expand Up @@ -73,12 +73,12 @@ jobs:
use-mamba: true
- uses: actions/download-artifact@v3
with:
name: dist_${{ github.run_number }}
name: rfjl_${{ github.run_number }}_dist
path: ./dist
- run: python dodo.py conda_build || python dodo.py conda_build
- uses: actions/upload-artifact@v3
with:
name: conda-bld_${{ github.run_number }}
name: rfjl_${{ github.run_number }}_conda-bld
path: ./dist/conda-bld
- name: Rename uncached conda packages
shell: bash
Expand All @@ -97,7 +97,7 @@ jobs:
- run: python dodo.py docs || python dodo.py docs
- uses: actions/upload-artifact@v3
with:
name: docs_${{ job.status }}_${{ github.run_number }}
name: rfjl_${{ github.run_number }}_docs_${{ job.status }}
path: ./build/docs/html
if: always()
- name: Rename uncached conda packages
Expand Down Expand Up @@ -163,7 +163,7 @@ jobs:
- if: always()
uses: actions/download-artifact@v3
with:
name: dist_${{ github.run_number }}
name: rfjl_${{ github.run_number }}_dist
path: ./dist
- name: doit (unix)
if: ${{ matrix.os != 'windows' }}
Expand All @@ -178,7 +178,7 @@ jobs:
uses: actions/upload-artifact@v3
with:
name: |
test_${{ job.status }}_${{ matrix.os }}_${{ matrix.python-version }}_${{ matrix.lab-version }}_${{ github.run_number }}
rfjl_${{ github.run_number }}_test_${{ job.status }}_${{ matrix.os }}_${{ matrix.python-version }}_${{ matrix.lab-version }}
path: |
./build/test/output
if: always()
Expand All @@ -200,6 +200,6 @@ jobs:
- if: always()
uses: actions/upload-artifact@v3
with:
name: _COMBINED_${{ github.run_number }}
name: rfjl_${{ github.run_number }}__COMBINED
path: |
./artifacts
17 changes: 16 additions & 1 deletion docs/HISTORY.ipynb
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,21 @@
"# HISTORY"
]
},
{
"cell_type": "markdown",
"metadata": {},
"source": [
"## 0.4.3 (unreleased)\n",
"\n",
"| Products under test | Versions |\n",
"|-----------------------------|-----------------------------------|\n",
"| Python | `3.7.12`<br/>`3.10.6`<br/>`3.11.0` |\n",
"| Robot Framework | `4.1.3`<br/>`6.0.1` |\n",
"| Jupyter Notebook Classic | `6.5.2` |\n",
"| JupyterLab | `1.2.21`<br/>`2.3.2`<br/>`3.5.2` |\n",
"| Jupyter Server | `1.21.0`<br/>`1.23.4`<br/>`2.0.6` |"
]
},
{
"cell_type": "markdown",
"metadata": {},
Expand Down Expand Up @@ -151,7 +166,7 @@
"name": "python",
"nbconvert_exporter": "python",
"pygments_lexer": "ipython3",
"version": "3.7.12"
"version": "3.11.0"
}
},
"nbformat": 4,
Expand Down
2 changes: 1 addition & 1 deletion src/JupyterLibrary/VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
0.4.2
0.4.3

0 comments on commit 452b230

Please sign in to comment.