Skip to content

Commit 2f6a0b5

Browse files
Remove names from publishing workflow
1 parent b94c31a commit 2f6a0b5

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

.github/workflows/publishing.yaml

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,6 @@ env:
77

88
jobs:
99
build:
10-
name: Build
1110
permissions:
1211
contents: read
1312
runs-on: ubuntu-latest
@@ -27,7 +26,6 @@ jobs:
2726
path: dist/
2827

2928
validate:
30-
name: Validate dist
3129
needs:
3230
- build
3331
permissions: {}
@@ -49,7 +47,6 @@ jobs:
4947
name: pypi
5048
url: https://pypi.org/p/Mediux-Posters
5149
if: startsWith(github.ref, 'refs/tags/')
52-
name: Publish to PyPI
5350
needs:
5451
- build
5552
- validate

0 commit comments

Comments
 (0)