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

Latest commit

 

History

History
18 lines (11 loc) · 467 Bytes

release-procedure.md

File metadata and controls

18 lines (11 loc) · 467 Bytes
  • Tag commit

    git tag -a x.x.x -m 'Version x.x.x'
    
  • and push to github

    git push pandas-compat master --tags
    
  • Upload to PyPI

     git clean -xfd
     python setup.py register sdist bdist_wheel --universal
     twine upload dist/*
    
  • Do a pull-request to the feedstock on pandas-compat-feedstock <https://github.com/conda-forge/pandas-compat-feedstock/>__

     update the version
     update the SHA256 (retrieve from PyPI)