Skip to content

Commit

Permalink
chore: update release workflow to include python-artifacts dependency
Browse files Browse the repository at this point in the history
  • Loading branch information
mikita-sakalouski committed May 29, 2024
1 parent d8c066c commit 0af200f
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
@@ -1,5 +1,8 @@
name: release

permissions:
id-token: write

on:
push:
tags:
Expand Down Expand Up @@ -68,6 +71,7 @@ jobs:

publish-pypi:
name: Publish to PyPI
needs: python-artifacts
if: github.event_name == 'push' && startsWith(github.event.ref, 'refs/tags')
runs-on: ubuntu-latest

Expand Down

0 comments on commit 0af200f

Please sign in to comment.