Skip to content

Commit

Permalink
feat: Forced release - Updating CD job with correct PyPI tag.
Browse files Browse the repository at this point in the history
  • Loading branch information
parth-kulkarni1 committed Nov 7, 2024
1 parent e36d124 commit 5b2ca79
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/actions/cd/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ runs:
github_token: ${{ inputs.github_token }}

- name: Publish to TestPyPI
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@release/v1
if: steps.release.outputs.released == 'true'
with:
repository-url: https://test.pypi.org/legacy/
Expand All @@ -56,7 +56,7 @@ runs:
provenaclient
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@release/v1
if: steps.release.outputs.released == 'true'

- name: Publish package distributions to GitHub Releases
Expand Down

0 comments on commit 5b2ca79

Please sign in to comment.