Skip to content

Commit

Permalink
add environment
Browse files Browse the repository at this point in the history
  • Loading branch information
matuskosut committed Mar 9, 2024
1 parent c093db3 commit 09ef5d8
Showing 1 changed file with 7 additions and 1 deletion.
8 changes: 7 additions & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
@@ -1,12 +1,18 @@
name: Publish package
name: Publish Python package

on:
workflow_dispatch:
release:
types: [published]

jobs:
build:
runs-on: ubuntu-latest

environment:
name: pypi
url: https://pypi.org/p/jupyterlab-logout

steps:
- name: Checkout
uses: actions/checkout@v4
Expand Down

0 comments on commit 09ef5d8

Please sign in to comment.