We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 7facb8b + 18961a0 commit d067a86Copy full SHA for d067a86
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