Skip to content

Commit 4c4f6f2

Browse files
committed
spelling: pypi
Signed-off-by: Josh Soref <[email protected]>
1 parent fa4d787 commit 4c4f6f2

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/pypi-publish.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
name: Publish tag to Pypi
1+
name: Publish tag to PyPI
22
on:
33
release:
44
types: [published]
@@ -59,7 +59,7 @@ jobs:
5959
path: ./wheelhouse/*.whl
6060

6161
publish:
62-
name: Pypi publish
62+
name: PyPI publish
6363
needs: ['build_sdist', 'build_wheels']
6464
runs-on: ubuntu-latest
6565
environment: pypi
@@ -89,5 +89,5 @@ jobs:
8989
cp -R artifacts/linux/* dist
9090
cp -R artifacts/macos/* dist
9191
cp -R artifacts/sdist/* dist
92-
- name: Publish to Pypi
92+
- name: Publish to PyPI
9393
uses: pypa/gh-action-pypi-publish@release/v1

0 commit comments

Comments
 (0)