Skip to content

Commit 00a2185

Browse files
author
sangeet-joy_xero
committed
ci: testing the success flow
1 parent 33dd69d commit 00a2185

File tree

1 file changed

+9
-9
lines changed

1 file changed

+9
-9
lines changed

.github/workflows/publish.yml

Lines changed: 9 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -45,16 +45,16 @@ jobs:
4545
env:
4646
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
4747

48-
- name: Build Package
49-
run: python setup.py sdist
50-
working-directory: xero-python
48+
# - name: Build Package
49+
# run: python setup.py sdist
50+
# working-directory: xero-python
5151

52-
- name: Publish to PyPi
53-
env:
54-
TWINE_USERNAME: __token__
55-
TWINE_PASSWORD: ${{ secrets.PYPI_APIKEY }}
56-
run: twine upload dist/*
57-
working-directory: xero-python
52+
# - name: Publish to PyPi
53+
# env:
54+
# TWINE_USERNAME: __token__
55+
# TWINE_PASSWORD: ${{ secrets.PYPI_APIKEY }}
56+
# run: twine upload dist/*
57+
# working-directory: xero-python
5858

5959
notify-slack-on-success:
6060
runs-on: ubuntu-latest

0 commit comments

Comments
 (0)