We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 52975af commit 18961a0Copy full SHA for 18961a0
1 file changed
.github/workflows/publish-to-test-pypi.yml
@@ -1,8 +1,10 @@
1
name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
2
3
-on:
4
- push:
5
- branches: [master]
+on: push
+
+#on:
6
+ #push:
7
+ #branches: [master]
8
9
jobs:
10
build-n-publish:
0 commit comments