Skip to content

Commit

Permalink
solving the test.pypi release issue #96
Browse files Browse the repository at this point in the history
updating the secrets for API Token for the automatic test release of
software after Pushes and PRs to developemnt and main
  • Loading branch information
mohammadamint authored and Bachibouzouk committed Nov 7, 2023
1 parent 70368f7 commit 8b15d8d
Showing 1 changed file with 9 additions and 4 deletions.
13 changes: 9 additions & 4 deletions .github/workflows/python-pypi-test.yml
Original file line number Diff line number Diff line change
@@ -1,18 +1,23 @@
ame: Deploy to Test PyPi
name: Deploy to Test PyPi

on:
on:
push:
branches:
- development
- main

pull_request:
branches:
- development
- main
jobs:
build_and_deploy:
name: Build the release and deploy to test pypi
runs-on: ubuntu-latest
steps:
- name: Checkout code
uses: actions/checkout@master

- name: Set up Python 3.10
uses: actions/setup-python@v3
with:
Expand All @@ -33,5 +38,5 @@ jobs:
with:
skip_existing: true
verbose: true
password: ${{ secrets.SHAFT_PYPI_TEST }}
password: ${{ secrets.RAMP_TEST }}
repository_url: https://test.pypi.org/legacy/

0 comments on commit 8b15d8d

Please sign in to comment.