Skip to content

Commit

Permalink
Add environment to release CI
Browse files Browse the repository at this point in the history
  • Loading branch information
ml-evs committed Apr 14, 2024
1 parent 3f5d785 commit 73bf55a
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -80,6 +80,9 @@ jobs:
id-token: write
if: github.repository == 'datalab-org/datalab-api' && startsWith(github.ref, 'refs/tags/v')
needs: [release]
environment:
name: release
url: https://pypi.org/project/datalab-api

steps:

Expand Down

0 comments on commit 73bf55a

Please sign in to comment.