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
Copy file name to clipboardExpand all lines: README.md
+6-2Lines changed: 6 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,8 +7,12 @@
7
7
*[pyproject-pipenv](https://github.com/fopina/pyproject-pipenv) to make sure dependencies in pyproject.toml and Pipfile are in sync
8
8
*`.github` with actions ready to be used
9
9
*[test](.github/workflows/test.yml) runs lint checks, unit tests and pyproject-pipenv
10
-
*[publish-dev](.github/workflows/publish-dev.yml) publishes feature branches (`dev`/`dev-*`) to [testpypi](https://test.pypi.org) - more about this on [Notes](#feature-branch-publishing)
11
-
*[publish-main](.github/workflows/publish-main.yml) publishes semver tags to [pypi](https://pypi.org)
10
+
*[publish-dev](.github/workflows/publish-dev.yml) publishes feature branches (`dev`/`dev-*`) to:
11
+
*[testpypi](https://test.pypi.org) - more about this on [Notes](#feature-branch-publishing)
12
+
* docker image to ghcr.io - remove job if image makes no sense
13
+
*[publish-main](.github/workflows/publish-main.yml) publishes semver tags to:
0 commit comments