Skip to content

Commit

Permalink
Merge pull request #72 from py-pkgs/patch-ci-cd
Browse files Browse the repository at this point in the history
Added if statement to test install from TestPyPI
  • Loading branch information
ttimbers authored Jan 31, 2024
2 parents 62fdd3a + ba935ac commit ffc0a6e
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,7 @@ jobs:
password: {% raw %}${{ secrets.TEST_PYPI_API_TOKEN }}{% endraw %}

- name: Test install from TestPyPI
if: steps.release.outputs.released == 'true'
run: |
pip install \
--index-url https://test.pypi.org/simple/ \
Expand Down

0 comments on commit ffc0a6e

Please sign in to comment.