Skip to content

Commit

Permalink
Keep extension package name extension-artifacts for 3.12 to fix bot (g…
Browse files Browse the repository at this point in the history
…eojupyter#366)

* Keep extension package name `extension-artifacts` for 3.12

* log extension package name just to test

* Remove logging
  • Loading branch information
arjxn-py authored Jan 20, 2025
1 parent e0612f5 commit 77166ab
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/build.yml
Original file line number Diff line number Diff line change
Expand Up @@ -71,7 +71,7 @@ jobs:
- name: Upload extension packages
uses: actions/upload-artifact@v4
with:
name: extension-artifacts-${{ matrix.python-version }}
name: ${{ matrix.python-version == '3.12' && 'extension-artifacts' || format('extension-artifacts-{0}', matrix.python-version) }}
path: |
python/jupytergis_core/dist/jupytergis*
python/jupytergis_lab/dist/jupytergis*
Expand Down Expand Up @@ -121,7 +121,7 @@ jobs:
steps:
- uses: actions/download-artifact@v4
with:
name: extension-artifacts-3.12
name: extension-artifacts

- name: Install and Test
shell: bash -l {0}
Expand Down Expand Up @@ -166,7 +166,7 @@ jobs:
- name: Download extension package
uses: actions/download-artifact@v4
with:
name: extension-artifacts-3.12
name: extension-artifacts

- name: Install the extension
shell: bash -l {0}
Expand Down Expand Up @@ -279,7 +279,7 @@ jobs:
- name: Download extension package
uses: actions/download-artifact@v4
with:
name: extension-artifacts-3.12
name: extension-artifacts

- name: Install the extension
shell: bash -l {0}
Expand Down

0 comments on commit 77166ab

Please sign in to comment.