Skip to content

Commit a52a387

Browse files
committed
enable workflow on push event.
1 parent ac61051 commit a52a387

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/publish-to-pypi.yml

+2
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,7 @@
11
name: PyPI
22

3+
on: push
4+
35
jobs:
46
build-n-publish:
57
name: Build and publish Python 🐍 distributions 📦 to PyPI

0 commit comments

Comments
 (0)