We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 33dd69d commit 00a2185Copy full SHA for 00a2185
.github/workflows/publish.yml
@@ -45,16 +45,16 @@ jobs:
45
env:
46
GH_TOKEN: ${{secrets.GITHUB_TOKEN}}
47
48
- - name: Build Package
49
- run: python setup.py sdist
50
- working-directory: xero-python
+ # - name: Build Package
+ # run: python setup.py sdist
+ # working-directory: xero-python
51
52
- - name: Publish to PyPi
53
- env:
54
- TWINE_USERNAME: __token__
55
- TWINE_PASSWORD: ${{ secrets.PYPI_APIKEY }}
56
- run: twine upload dist/*
57
+ # - name: Publish to PyPi
+ # env:
+ # TWINE_USERNAME: __token__
+ # TWINE_PASSWORD: ${{ secrets.PYPI_APIKEY }}
+ # run: twine upload dist/*
58
59
notify-slack-on-success:
60
runs-on: ubuntu-latest
0 commit comments