We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 521b27d commit 2863511Copy full SHA for 2863511
.github/workflows/publish.yml
@@ -3,6 +3,9 @@ name: Publish Python 🐍 distributions 📦 to PyPI
3
on:
4
release:
5
types: [created]
6
+ push:
7
+ branches:
8
+ - master
9
10
jobs:
11
build-n-publish:
0 commit comments