Conversation
525ddae to
daeee5c
Compare
Codecov Report✅ All modified and coverable lines are covered by tests. Additional details and impacted files@@ Coverage Diff @@
## master #82 +/- ##
=======================================
Coverage 55.21% 55.21%
=======================================
Files 12 12
Lines 364 364
Branches 51 46 -5
=======================================
Hits 201 201
Misses 160 160
Partials 3 3 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
Closed
8ae302a to
0f7cb62
Compare
0f7cb62 to
04aa58a
Compare
2bd7e2e to
4b91ad1
Compare
- NEP: removed 3.9, 3.10, added 3.13, 3.14 - update actions versions - updated deployment workflow - based on gridData - removed MDAnalysis deployment action - use trusted publishing (as before) - bump python to 3.14 for workflow steps - do not run online tests for deployment workflow - renamed deploy.yaml -> deploy.yml and setup trusted publishers - improved debugging - verbose output for testpypi deployment to aid debugging - allow testpypi deployment to pass when file already uploaded (testing only)
- fix #83 - update metadata - use SPDX identifiers for license (and include license files, requires setuptools >= 77.0.0 instead of 40ish) - fixed classifier meta data for OS Windows (stray space): this failed PyPi upload - replace deprecated codes.open() with open() - include tests in package; define the pytest "online" tag also in conftest.py so that `pytest --pyargs MDAnalysisTests` runs without warnings about undefined "online" marker - avoid warning about MDAnalysis.descr package: include as data (include by looking for namespace packages as recommended in https://setuptools.pypa.io/en/latest/userguide/datafiles.html#subdirectory-for-data-files) - ensure that no stray files (eg __pycache__) from built project are included in package
- pass version number from build to installing from pypi
- new action/wait-for-pypi-version that waits until the correct package is on pypi or
testpypi so that we can download and test properly
- testing after pypi deployment fix
- ensure that testing does not see the checked out sources because then it will
be missing authors.py and fail the author test
- check out repo for the wait-for-pypi action under source
- based on Becksteinlab/multibind/.github/workflows (MIT license)
b3997d2 to
0d8c4d6
Compare
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.
Uh oh!
There was an error while loading. Please reload this page.