Skip to content

Commit

Permalink
github workflow contd.
Browse files Browse the repository at this point in the history
  • Loading branch information
amitgaru2 committed Sep 4, 2023
1 parent 07b1f74 commit 5315b40
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/master.yml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@ jobs:
- name: Run test cases
run: pytest

deploy-test-pypi:
deploy-to-pypi:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v2
Expand All @@ -33,3 +33,6 @@ jobs:

- name: Publish to test PyPI
run: twine upload -r testpypi dist/* -u xillar -p ${{ secrets.TEST_PYPI_PASSWORD }}

- name: Publish to PyPI
run: twine upload dist/* -u xillar -p ${{ secrets.PYPI_PASSWORD }}

0 comments on commit 5315b40

Please sign in to comment.