Skip to content

Commit

Permalink
prep for oid connect switch
Browse files Browse the repository at this point in the history
  • Loading branch information
IAlibay committed Oct 27, 2023
1 parent 23ecbd5 commit a07ab65
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions .github/workflows/deploy.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -92,8 +92,6 @@ jobs:
- name: upload_source_and_wheels
uses: pypa/gh-action-pypi-publish@v1.8.10
with:
user: __token__
password: ${{ secrets.TESTPYPI_API_TOKEN_SRC }}
skip_existing: true
repository_url: https://test.pypi.org/legacy/

Expand All @@ -113,9 +111,6 @@ jobs:

- name: upload_source_and_wheels
uses: pypa/gh-action-pypi-publish@v1.8.10
with:
user: __token__
password: ${{ secrets.PYPI_API_TOKEN_SRC }}

check_testpypi:
if: |
Expand Down

0 comments on commit a07ab65

Please sign in to comment.