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