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
make publish -e PYPI_USERNAME=$PYPI_USERNAME -e PYPI_PASSWORD=$PYPI_PASSWORD -e PYPI_TEST_PASSWORD=$PYPI_TEST_PASSWORD
41
+
poetry build
42
+
poetry publish
70
43
```
71
44
72
-
**Note**: We will try to push to [test pypi](https://test.pypi.org/) before pushing to pypi, to assert everything will work
73
-
74
45
### CI/CD 🤖
75
46
76
47
We use [GitHub actions](https://github.com/features/actions) to automatically run tests and check code quality when a new PR is done on `main`.
@@ -87,21 +58,11 @@ The **correct steps** to create a new realease are the following:
87
58
The CI will run when you create the new release.
88
59
89
60
# Docs
90
-
We use MK docs. This repo comes with the zeta docs. All the docs configurations are already here along with the readthedocs configs
91
-
92
-
# Q&A
93
-
94
-
## Why no cookiecutter?
95
-
This is a template repo, it's meant to be used inside GitHub upon repo creation.
61
+
We use MK docs. This repo comes with the zeta docs. All the docs configurations are already here along with the readthedocs configs.
96
62
97
-
## Why reinvent the wheel?
98
63
99
-
There are several very good templates on GitHub, I prefer to use code we wrote instead of blinding taking the most starred template and having features we don't need. From experience, it's better to keep it simple and general enough for our specific use cases.
0 commit comments