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 version generation #35

Merged
merged 4 commits into from
Oct 4, 2024
Merged

Fix version generation #35

merged 4 commits into from
Oct 4, 2024

Conversation

facutuesca
Copy link
Contributor

@facutuesca facutuesca commented Oct 4, 2024

After #28, built packages will always have version 0.0.0. This PR fixes that, and bumps the gh-action-sigstore-python action in release.yml

Comment on lines 37 to 41
- name: sign
uses: sigstore/gh-action-sigstore-python@v2.1.1
uses: sigstore/gh-action-sigstore-python@v3.0.0
with:
inputs: ./dist/*.tar.gz ./dist/*.whl
release-signing-artifacts: true
Copy link
Member

Choose a reason for hiding this comment

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

IMO let's remove this step entirely and enable attestation generation on the publishing step above 🙂

Copy link
Contributor Author

Choose a reason for hiding this comment

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

Fixed!

Copy link
Member

@woodruffw woodruffw left a comment

Choose a reason for hiding this comment

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

Nice work!

@woodruffw woodruffw merged commit 33d3dad into main Oct 4, 2024
4 checks passed
@woodruffw woodruffw deleted the fix-version-generation branch October 4, 2024 14:53
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