Skip to content

Commit

Permalink
Merge pull request #254 from jupyter/blink1073-patch-1
Browse files Browse the repository at this point in the history
  • Loading branch information
blink1073 committed Mar 10, 2022
2 parents 08d6487 + 83a4b30 commit df63593
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .github/workflows/release_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,10 +8,12 @@ on:
jobs:
publish:
runs-on: ubuntu-latest
permissions:
contents: write
steps:
- uses: actions/checkout@v2
- name: Set up Python
uses: actions/setup-python@v1
uses: actions/setup-python@v2
with:
python-version: '3.8'
- name: Install dependencies
Expand Down

0 comments on commit df63593

Please sign in to comment.