Skip to content

Commit

Permalink
Merge pull request #117 from RAMP-project/96-solving-the-testpypi-rel…
Browse files Browse the repository at this point in the history
…ease-issue-1

Update python-pypi-test.yml
  • Loading branch information
Bachibouzouk authored Mar 18, 2024
2 parents 06d07b7 + f142bfc commit 0c0f51e
Show file tree
Hide file tree
Showing 2 changed files with 8 additions and 2 deletions.
5 changes: 4 additions & 1 deletion .github/workflows/python-publish-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,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 @@ -32,4 +35,4 @@ jobs:
with:
verbose: true
password: ${{ secrets.RAMP_PYPI_PW }}
repository_url: https://upload.pypi.org/legacy/
repository_url: https://upload.pypi.org/legacy/
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 0c0f51e

Please sign in to comment.