Skip to content

Commit

Permalink
Update python-pypi-test.yml
Browse files Browse the repository at this point in the history
try fix the issue with test-pypi
  • Loading branch information
mohammadamint authored Mar 18, 2024
1 parent 06d07b7 commit 3cee920
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-pypi-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,9 @@ jobs:
build_and_deploy:
name: Build the release and deploy to test pypi
runs-on: ubuntu-latest
permissions:
id-token: write
contents: read
steps:
- name: Checkout code
uses: actions/checkout@master
Expand All @@ -39,4 +42,4 @@ jobs:
skip-existing: true
verbose: true
password: ${{ secrets.RAMP_TEST}}
repository-url: https://test.pypi.org/legacy/
repository-url: https://test.pypi.org/legacy/

0 comments on commit 3cee920

Please sign in to comment.