Skip to content

Commit

Permalink
Test CI
Browse files Browse the repository at this point in the history
  • Loading branch information
dvacca-onfido committed May 13, 2024
1 parent 43f5af9 commit 351b2ef
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions .github/workflows/python.yml
Original file line number Diff line number Diff line change
Expand Up @@ -58,6 +58,7 @@ jobs:
publish:
runs-on: ubuntu-latest
needs: integration-tests
# if: github.event_name == 'release'
steps:
- uses: actions/checkout@v4
- name: Set up Python
Expand All @@ -73,5 +74,9 @@ jobs:
- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN }}
# user: __token__
# password: ${{ secrets.PYPI_API_TOKEN }}
user: dvacca-onfido-test
password: randompas12!!
repository-url: https://test.pypi.org/legacy/

0 comments on commit 351b2ef

Please sign in to comment.