-
Notifications
You must be signed in to change notification settings - Fork 10
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
v0.6.5 #865
v0.6.5 #865
Conversation
Test Results 1 files ± 0 1 suites ±0 1m 22s ⏱️ - 1m 12s For more details on these failures and errors, see this check. Results for commit ad97c80. ± Comparison against base commit 700850d. This pull request removes 56 and adds 1 tests. Note that renamed tests count towards both.
♻️ This comment has been updated with latest results. |
Python 3.9 seems to run into an issue with the I could reproduce the error locally but I am nut sure what caused it, Python 3.10 seems to work again for some reason |
Codecov Report
@@ Coverage Diff @@
## master #865 +/- ##
==========================================
+ Coverage 96.48% 96.51% +0.02%
==========================================
Files 94 94
Lines 6230 6283 +53
==========================================
+ Hits 6011 6064 +53
Misses 219 219
... and 7 files with indirect coverage changes Help us with your feedback. Take ten seconds to tell us how you rate us. Have a feature suggestion? Share it here. |
I've seen this error before. It looks like the given path for the Quality standard is None. So it is not an issue with Python 3.9, but our code. |
yes but it only appears with 3.9 (at least for me) |
the fewer dependencies the fewer points of failure. If asdf.tools provides a an alternative why not use it. |
Unfortunately the initial changes slipped past on master here 700850d
Changes
create release PR
vX.Y.Z
and add therelease
tag (example here)
CHANGELOG.md
is up-to-date and enter current date to the release versionCITATION.cff
version number and datedeprecated
and remove deprecated codeMerge the Pull Request
add Git(hub) tag
doubt use vX.Y.Z everywhere)
ReadTheDocs updates
latest
,stable
andvX.Y.Z
get triggered on RTD (the tag build can gettriggered twice, resulting in a failed/duplicated build, no need to worry)
pypi release
build
action completes hereconda-forge release
pull-request here
meta.yaml
in the pull request, manually update all changes in the build and run dependencies