File size: 359 Bytes
fc0f7bd
 
 
 
 
 
 
 
 
 
 
 
 
 
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
---
id: release
title: Release process
sidebar_label: Release process
---

The release process may be automated in the future.

- Checkout master
- Update the Hydra version in `hydra/__init__.py`
- Update NEWS.md with towncrier
- Create a pip package for hydra-core: `python setup.py sdist bdist_wheel`
- Upload pip package: `python -m twine upload dist/*`