Skip to content

Commit 66c2767

Browse files
author
bitdruid
committed
Merge main
1 parent 806c4a8 commit 66c2767

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/pypi.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: 📦 to PyPI and TestPyPI
1+
name: build an publish
22

33
on:
44
push:
@@ -9,7 +9,7 @@ on:
99
jobs:
1010
build-and-publish:
1111
if: startsWith(github.ref, 'refs/tags/')
12-
name: Build and publish 📦 to PyPI
12+
name: build an publish
1313
runs-on: ubuntu-latest
1414
steps:
1515
- uses: actions/checkout@v4

0 commit comments

Comments
 (0)