From 452b230777d8810772f12ba36e51f9e678a33b60 Mon Sep 17 00:00:00 2001 From: Nicholas Bollweg Date: Mon, 2 Jan 2023 12:13:25 -0600 Subject: [PATCH] postmortem for 0.4.2 (#69) --- .github/workflows/ci.yml | 14 +++++++------- docs/HISTORY.ipynb | 17 ++++++++++++++++- src/JupyterLibrary/VERSION | 2 +- 3 files changed, 24 insertions(+), 9 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index eed712f..4fd9dc1 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -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 @@ -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 @@ -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 @@ -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' }} @@ -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() @@ -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 diff --git a/docs/HISTORY.ipynb b/docs/HISTORY.ipynb index 6cc35bb..93e5898 100644 --- a/docs/HISTORY.ipynb +++ b/docs/HISTORY.ipynb @@ -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`
`3.10.6`
`3.11.0` |\n", + "| Robot Framework | `4.1.3`
`6.0.1` |\n", + "| Jupyter Notebook Classic | `6.5.2` |\n", + "| JupyterLab | `1.2.21`
`2.3.2`
`3.5.2` |\n", + "| Jupyter Server | `1.21.0`
`1.23.4`
`2.0.6` |" + ] + }, { "cell_type": "markdown", "metadata": {}, @@ -151,7 +166,7 @@ "name": "python", "nbconvert_exporter": "python", "pygments_lexer": "ipython3", - "version": "3.7.12" + "version": "3.11.0" } }, "nbformat": 4, diff --git a/src/JupyterLibrary/VERSION b/src/JupyterLibrary/VERSION index 2b7c5ae..17b2ccd 100644 --- a/src/JupyterLibrary/VERSION +++ b/src/JupyterLibrary/VERSION @@ -1 +1 @@ -0.4.2 +0.4.3