Skip to content

Commit

Permalink
Removinf test-pypi release
Browse files Browse the repository at this point in the history
  • Loading branch information
philippe2803 committed Jan 8, 2024
1 parent 522e1b4 commit 6c94ace
Showing 1 changed file with 9 additions and 9 deletions.
18 changes: 9 additions & 9 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -86,15 +86,15 @@ jobs:
do gh release upload "${{steps.release-status.outputs.tag}}" $file
done
- if: steps.release-status.outputs.released == 'true'
name: Release to Test PyPI
id: test-pypi-release
env:
TEST_PYPI_TOKEN: ${{ secrets.TEST_PYPI_TOKEN }}
run: |
poetry config repositories.test-pypi https://test.pypi.org/legacy/
poetry config pypi-token.test-pypi $TEST_PYPI_TOKEN
poetry publish -r test-pypi -u __token__
# - if: steps.release-status.outputs.released == 'true'
# name: Release to Test PyPI
# id: test-pypi-release
# env:
# TEST_PYPI_TOKEN: ${{ secrets.TEST_PYPI_TOKEN }}
# run: |
# poetry config repositories.test-pypi https://test.pypi.org/legacy/
# poetry config pypi-token.test-pypi $TEST_PYPI_TOKEN
# poetry publish -r test-pypi -u __token__

- if: steps.release-status.outputs.released == 'true'
name: Release to PyPI
Expand Down

0 comments on commit 6c94ace

Please sign in to comment.