Skip to content

Commit

Permalink
feat: forced release - attestations false this is causing failure in …
Browse files Browse the repository at this point in the history
…CD job as well.
  • Loading branch information
parth-kulkarni1 committed Nov 7, 2024
1 parent 7c8ae17 commit 01ff4a4
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/actions/cd/action.yml
Original file line number Diff line number Diff line change
Expand Up @@ -45,6 +45,7 @@ runs:
if: steps.release.outputs.released == 'true'
with:
repository-url: https://test.pypi.org/legacy/
attestations: false

- name: Test install from TestPyPI
shell: bash
Expand All @@ -58,9 +59,11 @@ runs:
- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@release/v1.11
if: steps.release.outputs.released == 'true'
with:
attestations: false

- name: Publish package distributions to GitHub Releases
uses: python-semantic-release/[email protected]
if: steps.release.outputs.released == 'true'
with:
github_token: ${{ inputs.github_token }}
github_token: ${{ inputs.github_token }}

0 comments on commit 01ff4a4

Please sign in to comment.