Skip to content

Commit

Permalink
Merge pull request #58 from UBC-MDS/fix_cd
Browse files Browse the repository at this point in the history
fix ci-cd
  • Loading branch information
gracez-20 authored Jan 29, 2025
2 parents 96f4372 + d7e0ba8 commit 6c31a33
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/ci-cd.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,11 +72,11 @@ jobs:
run: git status

- name: Publish to TestPyPI
uses: pypa/gh-action-pypi-publish@release/v1
if: steps.release.outputs.released == 'true'
with:
repository-url: https://test.pypi.org/legacy/
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
uses: pypa/gh-action-pypi-publish@release/v1
if: steps.release.outputs.released == 'true'
with:
repository-url: https://test.pypi.org/legacy/
password: ${{ secrets.TEST_PYPI_API_TOKEN }}

- name: Test install from TestPyPI
if: steps.release.outputs.released == 'true'
Expand Down

0 comments on commit 6c31a33

Please sign in to comment.