We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent aba1f3d commit d0c2ec4Copy full SHA for d0c2ec4
.github/workflows/test-release.yml
@@ -1,10 +1,7 @@
1
name: Publish Python 🐍 distribution 📦 to PyPI and TestPyPI
2
3
on:
4
- push:
5
- branches:
6
- - main
7
- - 'releases/**'
+ workflow_dispatch
8
9
jobs:
10
build:
0 commit comments