Skip to content

Commit

Permalink
Merge pull request #162 from XeroAPI/PETOSS-604-Replace-Test-instance…
Browse files Browse the repository at this point in the history
…-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
  • Loading branch information
vigneshk-tw authored Oct 22, 2024
2 parents cbb4403 + 7a1632e commit 06e3fa5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -35,5 +35,5 @@ jobs:
env:
TWINE_USERNAME: __token__
TWINE_PASSWORD: ${{ secrets.PYPI_APIKEY }}
run: twine upload --repository-url https://test.pypi.org/legacy/ dist/*
run: twine upload dist/*
working-directory: xero-python

0 comments on commit 06e3fa5

Please sign in to comment.