Skip to content

Commit f3a2770

Browse files
committed
fix
1 parent 023db27 commit f3a2770

2 files changed

Lines changed: 2 additions & 29 deletions

File tree

.github/workflows/label-conflicts.yml

Lines changed: 0 additions & 22 deletions
This file was deleted.

.github/workflows/releasing.yml

Lines changed: 2 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,8 @@
11
name: PyPI Release
22

33
on:
4-
push:
5-
branches: [main]
6-
tags: ["v?[0-9]+.[0-9]+.[0-9]+"]
7-
pull_request:
8-
branches: [main]
9-
release:
10-
types: [published]
4+
release:
5+
types: [published]
116

127
jobs:
138
# based on https://github.com/pypa/gh-action-pypi-publish

0 commit comments

Comments
 (0)