Skip to content

Commit 06e3fa5

Browse files
authored
Merge pull request #162 from XeroAPI/PETOSS-604-Replace-Test-instance-API-Key-with-the-shared-user-API-Key-for-all-the-publish-job
Petoss 604 replace test instance api key with the shared user api key for all the publish job
2 parents cbb4403 + 7a1632e commit 06e3fa5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,5 +35,5 @@ jobs:
3535
env:
3636
TWINE_USERNAME: __token__
3737
TWINE_PASSWORD: ${{ secrets.PYPI_APIKEY }}
38-
run: twine upload --repository-url https://test.pypi.org/legacy/ dist/*
38+
run: twine upload dist/*
3939
working-directory: xero-python

0 commit comments

Comments
 (0)