You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
`npa-howtopay` analyzes impact of targeted electrification projects on utilities and customers under different expense scenarios. It compares utility and taxpayer impacts across scenarios where NPA (Non-Pipeline Alternatives) costs are treated as capex or opex and allocated to gas, electric, or taxpayers.
17
18
18
-
### 1. Create a New Repository
19
-
20
-
First, create a repository on GitHub with the same name as this project, and then run the following commands:
You are now ready to start development on your project!
59
-
The CI/CD pipeline will be triggered when you open a pull request, merge to main, or when you create a new release.
60
-
61
-
To finalize the set-up for publishing to PyPI, see [here](https://fpgmaas.github.io/cookiecutter-uv/features/publishing/#set-up-for-pypi).
62
-
For activating the automatic documentation with MkDocs, see [here](https://fpgmaas.github.io/cookiecutter-uv/features/mkdocs/#enabling-the-documentation-on-github).
63
-
To enable the code coverage reports, see [here](https://fpgmaas.github.io/cookiecutter-uv/features/codecov/).
64
-
65
-
## Releasing a new version
66
-
67
-
- Create an API Token on [PyPI](https://pypi.org/).
68
-
- Add the API Token to your projects secrets with the name `PYPI_TOKEN` by visiting [this page](https://github.com/switchbox-data/npa-howtopay/settings/secrets/actions/new).
69
-
- Create a [new release](https://github.com/switchbox-data/npa-howtopay/releases/new) on Github.
70
-
- Create a new tag in the form `*.*.*`.
71
-
72
-
For more details, see [here](https://fpgmaas.github.io/cookiecutter-uv/features/cicd/#how-to-trigger-a-release).
73
-
74
-
---
75
-
76
-
Repository initiated with [fpgmaas/cookiecutter-uv](https://github.com/fpgmaas/cookiecutter-uv).
0 commit comments