Skip to content

Commit

Permalink
ci: testing the success flow
Browse files Browse the repository at this point in the history
  • Loading branch information
sangeet-joy_xero committed Oct 23, 2024
1 parent 33dd69d commit 00a2185
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,16 +45,16 @@ jobs:
env:
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}

- name: Build Package
run: python setup.py sdist
working-directory: xero-python
# - name: Build Package
# run: python setup.py sdist
# working-directory: xero-python

- name: Publish to PyPi
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_APIKEY }}
run: twine upload dist/*
working-directory: xero-python
# - name: Publish to PyPi
# env:
# TWINE_USERNAME: __token__
# TWINE_PASSWORD: ${{ secrets.PYPI_APIKEY }}
# run: twine upload dist/*
# working-directory: xero-python

notify-slack-on-success:
runs-on: ubuntu-latest
Expand Down

0 comments on commit 00a2185

Please sign in to comment.