Skip to content

Commit

Permalink
ci: clean up .github/workflows/ci-cd.yml by removing unnecessary whit…
Browse files Browse the repository at this point in the history
…espace and ensuring proper formatting at end of file
  • Loading branch information
jjjermiah committed Oct 22, 2024
1 parent 9ee6931 commit a6298ab
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -195,7 +195,7 @@ jobs:
HATCH_INDEX_AUTH: ${{ secrets.TEST_PYPI_API_TOKEN }}
run: |
pixi run -e ${{ env.PIXI_ENV }} publish-test
Test-TestPypi-Installation:
needs: [Semantic-Release, Publish-To-Test-PyPi]
strategy:
Expand All @@ -217,4 +217,4 @@ jobs:

- name: Install using TestPyPI
run: |
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ readii
pip install --index-url https://test.pypi.org/simple/ --extra-index-url https://pypi.org/simple/ readii

0 comments on commit a6298ab

Please sign in to comment.