Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: Set attestation as false in pypi release #152

Merged
merged 1 commit into from
Nov 2, 2024
Merged

Conversation

aliabbasjaffri
Copy link
Collaborator

This PR proposes the following changes

PR Checklist

  • Tests for the changes have been added (for bug fixes / features)
  • Docs have been added / updated (for bug fixes / features)

PR Type

What kind of change does this PR introduce?

  • Bugfix
  • Feature
  • Code style update (formatting, local variables)
  • Refactoring (no functional changes, no api changes)
  • Build related changes
  • CI related changes
  • Documentation content changes
  • Tests

@aliabbasjaffri aliabbasjaffri merged commit 7cc84b8 into main Nov 2, 2024
5 checks passed
@aliabbasjaffri aliabbasjaffri deleted the updated-action branch November 2, 2024 23:51
@@ -91,3 +91,5 @@ jobs:
repository-url: https://test.pypi.org/legacy/
- name: Publish distribution 📦 to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
attestations: false

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

this is a bad idea. at least move it to testpypi

Copy link
Collaborator Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I had to set attestations as false as it was failing for release to pypi. But can you elaborate on your comment a bit more, as to why its not a good idea?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants