Skip to content

Commit 328bfe5

Browse files
author
sangeet-joy_xero
committed
ci: clean up
1 parent aaa8456 commit 328bfe5

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -2,9 +2,6 @@ name: Publish
22
on:
33
release:
44
types: [published]
5-
pull_request:
6-
branches:
7-
- master
85

96
jobs:
107
publish:
@@ -52,7 +49,7 @@ jobs:
5249
- name: Publish to PyPi
5350
env:
5451
TWINE_USERNAME: __token__
55-
# TWINE_PASSWORD: ${{ secrets.PYPI_APIKEY }}
52+
TWINE_PASSWORD: ${{ secrets.PYPI_APIKEY }}
5653
run: twine upload --repository-url https://test.pypi.org/legacy/ dist/*
5754
working-directory: xero-python
5855

0 commit comments

Comments
 (0)