Closed olgabot closed 7 years ago
Hi @olgabot, you may consider adding 17. Upload to conda-forge
too :smile:
Added instructions for uploading to bioconda: https://github.com/YeoLab/outrigger/issues/43
Looking like you are getting very close to 1.0.0 :heart:
yes, almost there!!
On Mon, Dec 19, 2016 at 11:32 AM Carol Willing notifications@github.com wrote:
Looking like you are getting very close to 1.0.0 ❤️
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/YeoLab/outrigger/pull/63#issuecomment-268056364, or mute the thread https://github.com/notifications/unsubscribe-auth/AAxNcELB-o31pGQlEkFDtolPvh1SBMW-ks5rJtvigaJpZM4LFxJd .
--
Olga Botvinnik PhD Program in Bioinformatics and Systems Biology http://bioinformatics.ucsd.edu/ Gene Yeo Laboratory http://yeolab.ucsd.edu/yeolab/Home.html | Sanford Consortium for Regenerative Medicine http://www.sanfordconsortium.org/ University of California, San Diego http://ucsd.edu/ www http://olgabotvinnik.com/ | blog http://blog.olgabotvinnik.com/ | github http://github.com/olgabot | twitter http://twitter.com/olgabot | linkedin http://www.linkedin.com/in/olgabotvinnik
Yay!!!
Sent from my iPhone
On Dec 19, 2016, at 10:57 AM, Olga Botvinnik notifications@github.com wrote:
yes, almost there!!
On Mon, Dec 19, 2016 at 11:32 AM Carol Willing notifications@github.com wrote:
Looking like you are getting very close to 1.0.0 ❤️
— You are receiving this because you were mentioned. Reply to this email directly, view it on GitHub https://github.com/YeoLab/outrigger/pull/63#issuecomment-268056364, or mute the thread https://github.com/notifications/unsubscribe-auth/AAxNcELB-o31pGQlEkFDtolPvh1SBMW-ks5rJtvigaJpZM4LFxJd .
--
Olga Botvinnik PhD Program in Bioinformatics and Systems Biology http://bioinformatics.ucsd.edu/ Gene Yeo Laboratory http://yeolab.ucsd.edu/yeolab/Home.html | Sanford Consortium for Regenerative Medicine http://www.sanfordconsortium.org/ University of California, San Diego http://ucsd.edu/ www http://olgabotvinnik.com/ | blog http://blog.olgabotvinnik.com/ | github http://github.com/olgabot | twitter http://twitter.com/olgabot | linkedin http://www.linkedin.com/in/olgabotvinnik — You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.
Way to go @olgabot on 1.0.0!!! :cake: :dress: :crown:
Yay thanks!
Congrats!!!! 🎉
On Mon, Apr 3, 2017 at 9:12 PM Olga Botvinnik notifications@github.com wrote:
Yay thanks!
— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub https://github.com/YeoLab/outrigger/pull/63#issuecomment-291388527, or mute the thread https://github.com/notifications/unsubscribe-auth/ADSJ-g2Zh1zL4d85n5sufC1CQOyUkDDeks5rscMggaJpZM4LFxJd .
This pull request is meant to collect all the final tasks that are required to create a v1.0.0 release
Before you submit a pull request, check that it meets these guidelines:
Release checklist
[x] 1. Check that version numbers in
outrigger/outrigger/__init__.py
andoutrigger/setup.py
match[x] 2. Add release notes in
outrigger/docs/releases
[x] 3. Copy release notes to
outrigger/HISTORY.rst
[x] 4. Check that the
.rst
files are valid usingrstcheck
and the built-in Python RST checker:[x] 7. Do a test run of uploading to PyPI test. This assumes you have set up your PyPI configuration according to this.
[x] 8. (Optional, if there's an error) in either the
HISTORY.rst
orREADME.rst
file, you will get an error. To narrow down this error, look for the corresponding line inoutrigger.egg-info
. It won't be exactly the same line because of the header but it will be closer sincePKG-INFO
concatenates yourREADME.rst
andHISTORY.rst
files.conda
environment using the PyPI test serveroutrigger
from the right environment is getting referenced.which outrigger
should have the following output:outrigger -h
should have the following output:EDIT: update bioconda and conda-forge uploading in release checklist, remove
README.md
-->README.rst
step