Skip to content

Commit

Permalink
Merge pull request #60 from ramanathanlab/develop
Browse files Browse the repository at this point in the history
version
  • Loading branch information
braceal authored Nov 15, 2022
2 parents 11bff36 + 5a7eb63 commit f97e1a0
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion CONTRIBUTING.md
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,7 @@ To view the docs run: `open genslm/docs/build/html/index.html`.
To release a new version of genslm to PyPI:

1. Merge the `develop` branch into the `main` branch with an updated version number in [`genslm.__init__`](https://github.com/ramanathanlab/genslm/blob/main/genslm/__init__.py).
2. Make a new release on GitHub with the tag and name equal to the version number.
2. Make a new release on GitHub with the tag and name equal to the version number with a "v" in front, e.g., `v<version-number>`.
3. [Build and install](#developing-genslm) genslm from source.
4. Run the following commands:
```
Expand Down
2 changes: 1 addition & 1 deletion setup.py
Original file line number Diff line number Diff line change
Expand Up @@ -11,4 +11,4 @@
url = conf_dict["metadata"]["url"]
version = conf_dict["metadata"]["version"]

setup(download_url=f"{url}/archive/refs/tags/{version}.tar.gz")
setup(download_url=f"{url}/archive/refs/tags/v{version}.tar.gz")

0 comments on commit f97e1a0

Please sign in to comment.