Skip to content

Commit

Permalink
enabled to publishing to PyPI for debug
Browse files Browse the repository at this point in the history
  • Loading branch information
avr2002 committed Sep 30, 2024
1 parent 62409bb commit 11a43c3
Showing 1 changed file with 10 additions and 10 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -112,16 +112,16 @@ jobs:
- name: Install twine
run: |
pip install twine
# - name: Publish to TestPyPI
# run: |
# /bin/bash -x run.sh publish:test
# env:
# TEST_PYPI_TOKEN: {% raw %}${{ secrets.TEST_PYPI_TOKEN }}{% endraw %}
# - name: Publish to Prod PyPI
# run: |
# /bin/bash -x run.sh publish:prod
# env:
# PROD_PYPI_TOKEN: {% raw %}${{ secrets.PROD_PYPI_TOKEN }}{% endraw %}
- name: Publish to TestPyPI
run: |
/bin/bash -x run.sh publish:test
env:
TEST_PYPI_TOKEN: {% raw %}${{ secrets.TEST_PYPI_TOKEN }}{% endraw %}
- name: Publish to Prod PyPI
run: |
/bin/bash -x run.sh publish:prod
env:
PROD_PYPI_TOKEN: {% raw %}${{ secrets.PROD_PYPI_TOKEN }}{% endraw %}
- name: Push tags
run: |
git tag $(cat version.txt)
Expand Down

0 comments on commit 11a43c3

Please sign in to comment.