Skip to content

Commit

Permalink
Update .conda/README.md
Browse files Browse the repository at this point in the history
Co-authored-by: sandcha <sandcha@users.noreply.github.com>
  • Loading branch information
benoit-cty and sandcha committed May 30, 2022
1 parent 638c66a commit d2d736a
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion .conda/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,10 @@ To create the package you can do the following in the project root folder:
- Hash SHA256
- Package URL on PyPi

- Build & Upload package:
- Install `conda-build` to build the package and [anaconda-client](https://github.com/Anaconda-Platform/anaconda-client) to push the package to anaconda.org:
- `conda install -c anaconda conda-build anaconda-client`

- Build & Upload package:
- `conda build .conda`
- `anaconda login`
- `anaconda upload openfisca-country-template-<VERSION>-py_0.tar.bz2`

0 comments on commit d2d736a

Please sign in to comment.