Skip to content

Commit aaffe58

Browse files
committed
renamed github workflow
1 parent 7457539 commit aaffe58

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-to-test-pypi.yml renamed to .github/workflows/publish-to-pypi.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
name: Publish Python 🐍 distributions 📦 to PyPI and TestPyPI
1+
name: Publish Python to PyPI and TestPyPI
22
on: push
33
jobs:
44
build-n-publish:
5-
name: Build and publish Python 🐍 distributions 📦 to PyPI and TestPyPI
5+
name: Build and publish Python to PyPI and TestPyPI
66
runs-on: ubuntu-latest
77
steps:
88
- uses: actions/checkout@master

0 commit comments

Comments
 (0)