An open API service indexing awesome lists of open source software.

https://github.com/ornl/opensampl


https://github.com/ornl/opensampl

Last synced: about 2 months ago
JSON representation

Awesome Lists containing this project

README

          

# Python Package Build and Publish.

### The current approach:

Reads and displays the current version
Shows a warning to remind developers to manually update the version
Only publishes on main branch, using whatever version is currently in pyproject.toml
We still verifies the build works on non-main branches

#### Linting

Linting configuration is found in the tox.ini
What is enforced is controlled under the [flake8] and [pylint] sections.