Skip to content

Commit b0cb474

Browse files
committedMar 9, 2025
Update GitHub workflow files for PyPI publishing
1 parent 3339d95 commit b0cb474

File tree

2 files changed

+3
-6
lines changed

2 files changed

+3
-6
lines changed
 

‎.github/workflows/PyPI-publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish Python 🐍 distribution 📦 to TestPyPI
1+
name: Publish Python 🐍 distribution 📦 to PyPI
22

33
on:
44
release:

‎.github/workflows/test-PyPI-publish.yml

+2-5
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,6 @@
1-
name: Publish Python 🐍 distribution 📦 to TestPyPI
1+
name: TestPyPI
22

3-
on:
4-
push:
5-
branches:
6-
- main
3+
on: workflow_dispatch
74

85
jobs:
96
build:

0 commit comments

Comments
 (0)