Skip to content

Commit

Permalink
Prep for jupyter releaser (#1877)
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 authored Oct 6, 2022
1 parent 29169a1 commit e4e85b6
Show file tree
Hide file tree
Showing 9 changed files with 1,361 additions and 1,139 deletions.
19 changes: 19 additions & 0 deletions .github/workflows/check-release.yml
Original file line number Diff line number Diff line change
@@ -0,0 +1,19 @@
name: Check Release
on:
push:
branches: ["main"]
pull_request:
branches: ["*"]

jobs:
check_release:
runs-on: ubuntu-latest
steps:
- name: Checkout
uses: actions/checkout@v2
- uses: jupyterlab/maintainer-tools/.github/actions/base-setup@v1
- run: pip install -e .
- uses: jupyter-server/jupyter_releaser/.github/actions/check-release@v2
with:
version_spec: 10.10.10
token: ${{ secrets.GITHUB_TOKEN }}
1 change: 1 addition & 0 deletions .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -156,6 +156,7 @@ jobs:
pip check
- name: Run the tests
run: |
export NBFORMAT_VALIDATOR=jsonschema
pytest -vv -W default || pytest -vv -W default --lf
make_sdist:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@ docs/source/api/generated
docs/source/config/options
docs/source/interactive/magics-generated.txt
docs/gh-pages
docs/source/CHANGELOG.md
nbconvert/resources/style.min.css
nbconvert/tests/files/*.html
*.py[co]
Expand Down
Loading

0 comments on commit e4e85b6

Please sign in to comment.