Skip to content

Commit

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

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

env:
DEFAULT_PYTHON: '3.12'
Expand Down

0 comments on commit 0f86e4c

Please sign in to comment.