Skip to content

Commit

Permalink
[DOP-11715] Add Github workflow for building dev packages
Browse files Browse the repository at this point in the history
  • Loading branch information
dmitry-pedchenko committed Mar 26, 2024
1 parent 0ee7c9b commit ea1b32c
Showing 1 changed file with 5 additions and 2 deletions.
7 changes: 5 additions & 2 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -2,8 +2,11 @@ name: PyPI release

on:
push:
tags:
- '[0-9]+.[0-9]+.[0-9]+'
branches-ignore:
- dependabot/**
- pre-commit-ci-update-config
- master
workflow_dispatch:

env:
DEFAULT_PYTHON: '3.12'
Expand Down

0 comments on commit ea1b32c

Please sign in to comment.