Skip to content

Commit e718f32

Browse files
author
Vignesh Kennadi
committed
fixed review comments - corrected name from deploy to publish
1 parent e119bd2 commit e718f32

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed
Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,10 @@
1-
name: Deploy
1+
name: Publish
22
on:
33
release:
44
types: [published]
55

66
jobs:
7-
deploy:
7+
publish:
88
runs-on: ubuntu-latest
99
steps:
1010
- name: Checkout xero-python repo
@@ -31,7 +31,7 @@ jobs:
3131
run: python setup.py sdist
3232
working-directory: xero-python
3333

34-
- name: Deploy to PyPi
34+
- name: Publish to PyPi
3535
env:
3636
TWINE_USERNAME: __token__
3737
TWINE_PASSWORD: ${{ secrets.PYPI_APIKEY }}

0 commit comments

Comments
 (0)