Skip to content

Commit bf95390

Browse files
committed
workflow fix
1 parent c3e6336 commit bf95390

File tree

1 file changed

+2
-4
lines changed

1 file changed

+2
-4
lines changed

.github/workflows/workflow.yml

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

33
on:
44
push:
@@ -30,9 +30,7 @@ jobs:
3030
path: dist/
3131

3232
publish-to-pypi:
33-
name: >-
34-
Publish Python 🐍 distribution 📦 to PyPI
35-
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
33+
name: Publish Python 🐍 distribution 📦 to PyPI
3634
needs:
3735
- build
3836
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)