Release/0.6.0#42
Open
laurejt wants to merge 5 commits into
Open
Conversation
* Sync with 0.5.0 release * Update software version
Security - Add zizmor pre-commit hook - Pin GitHub repos to full commit hashes - Update permissions for GitHub Actions GitHub Actions - Fixed python-publish.yml - Add some handling for Dependabot PRs to pr-check.yml - Named ruff GitHub Action - Removed use of third party action for changelog.yml Dependabot - Add version updates for uv - Reduce version updates to monthly - Add 7-day cooldowns to all version updates (needs to be set at the ecosystem level, not the multi-ecosystem group level) - Reconfigure version updates into a single multi-ecosystem group (i.e., one PR for all version updates) with PRs targeting develop uv - Pin python version to 3.12 with .python-version - Remove .python-version from .gitignore - Add 7-day cooldown for uv (in pyproject.toml) - Upgrade uv.lock using uv lock --upgrade Misc - Update codecov badge in README - Update changelog
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## main #42 +/- ##
=======================================
Coverage 97.47% 97.47%
=======================================
Files 8 8
Lines 357 357
Branches 15 15
=======================================
Hits 348 348
Misses 4 4
Partials 5 5 🚀 New features to boost your workflow:
|
rlskoeser
approved these changes
Jun 12, 2026
rlskoeser
left a comment
Contributor
There was a problem hiding this comment.
Couple of small suggestions. Looks good. Thanks for all you've learned & figured out, let's get this release published! 🚀
Comment on lines
+44
to
+47
| #- name: Smoke test (wheel) | ||
| # run: uv run --isolated --no-project --with dist/*.whl tests/smoke_test.py | ||
| #- name: Smoke test (source distribution) | ||
| # run: uv run --isolated --no-project --with dist/*.tar.gz tests/smoke_test.py |
Contributor
There was a problem hiding this comment.
Not sure it's helpful to keep these commented out here, it's not much of a reminder. We could add an issue one on of the projects to try this out somewhere, but I think it would be low priority.
|
|
||
| [](https://github.com/Princeton-CDH/viapy/actions/workflows/unit-tests.yml) | ||
| [](https://codecov.io/gh/Princeton-CDH/viapy/branch/master) | ||
| [](https://codecov.io/gh/Princeton-CDH/viapy) |
Contributor
There was a problem hiding this comment.
I just checked, badge for main is resolving now.
Suggested change
| [](https://codecov.io/gh/Princeton-CDH/viapy) | |
| [](https://codecov.io/gh/Princeton-CDH/viapy) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Associated Issue(s): #41
Changes in this PR
python-publish.yml.python-versionfileReviewer Checklist