Skip to content

Commit f0d1ecc

Browse files
authored
Update python-publish.yml
1 parent 3634d46 commit f0d1ecc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/python-publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ jobs:
88
publish:
99
name: Publish to PyPI
1010
runs-on: ubuntu-latest
11-
environment: PyPi
11+
environment: pypi
1212

1313
steps:
1414
- name: Checkout code
@@ -29,7 +29,7 @@ jobs:
2929
- name: Build the package
3030
run: python -m build
3131

32-
- name: Publish to PyPI
32+
- name: Publish to PyPi
3333
env:
3434
TWINE_USERNAME: __token__
3535
TWINE_PASSWORD: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)