Skip to content

Commit 1748845

Browse files
Add instruction about bumping version
1 parent ad342ad commit 1748845

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

README.md

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,12 @@
1+
### Eppo Metrics Sync
2+
3+
This Python package allows to post a directory of yaml files to Eppo's API. Documentation is available in Eppo's [documentation page](https://docs.geteppo.com/data-management/certified-metrics/).
4+
5+
#### Deploying the package
6+
7+
Note: this section is intended for Eppo package maintainers.
8+
- Bump version in ```setup.py```
9+
- Install required tools:```python3 -m pip install --upgrade setuptools wheel twine```
10+
- Generate distribution packages:```python3 setup.py sdist bdist_wheel```
11+
- Use Twine to upload the package:```python3 -m twine upload dist/*```
12+
You'll be prompted for your PyPI username and password as well as the API key that is available in 1Password.

0 commit comments

Comments
 (0)