Skip to content

Commit 83fd513

Browse files
authored
Merge pull request #14 from UnmannedAerialSystems/tedtasman-patch-1
Update python-publish.yml
2 parents 3634d46 + f0d1ecc commit 83fd513

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)