Skip to content
This repository has been archived by the owner on Nov 17, 2022. It is now read-only.

Commit

Permalink
Bumping version, RELEASING.md typo fix
Browse files Browse the repository at this point in the history
  • Loading branch information
Ocre42 committed Aug 16, 2018
1 parent 537c25a commit b5c5769
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion RELEASING.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ Steps to follow to release a new version of pyIATI.
3. Run the tests to check that the package is safe for release, [how to run the tests](https://github.com/IATI/pyIATI#tests).
4. If the tests passed: Publish to PyPi
1. Install tools required for deployment: `apt-get install python3-setuptools; pip install twine`
2. Check that you have a the iati login credentials for the PyPi test and production instances in a `~/.pypirc` file. A template file is below. [See here](https://docs.python.org/3.6/distutils/packageindex.html#pypirc) for an explanation of the file.
2. Check that you have the iati login credentials for the PyPi test and production instances in a `~/.pypirc` file. A template file is below. [See here](https://docs.python.org/3.6/distutils/packageindex.html#pypirc) for an explanation of the file.
3. From within the folder extracted from the zip file:
1. Ensure you have at least version 1.8 of twine: `twine --version`
1. If you have an older version of twine (eg. when using Ubuntu 16.04 LTS), obtain a more recent version
Expand Down

0 comments on commit b5c5769

Please sign in to comment.