Skip to content

Commit 1add4ef

Browse files
committed
Relax release restriction for testing
1 parent 1acf263 commit 1add4ef

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,7 @@
11
name: "PyPI releases"
22

3-
on: release
3+
# FIXME: restrict this to releases after testing
4+
on: [push, release]
45

56
jobs:
67
build_sdist:

0 commit comments

Comments
 (0)