Giter Site home page Giter Site logo

Automate releases about xarray-selafin HOT 5 OPEN

tomsail avatar tomsail commented on July 23, 2024
Automate releases

from xarray-selafin.

Comments (5)

pmav99 avatar pmav99 commented on July 23, 2024

yeah they are possible.

from xarray-selafin.

pmav99 avatar pmav99 commented on July 23, 2024

Related issues:

  • there are no git tags
  • there are no github "releases".

from xarray-selafin.

tomsail avatar tomsail commented on July 23, 2024

Thanks @pmav99

From what I understood, there are 3 options to build and upload with conda, in order of preference:

  1. git tag
  2. git releases
  3. git clone from the repo

To tag a version:

TAG=0.3.0 && git tag --force v"${TAG}" -m "Release ${TAG}"
git push --tags

poetry remains the best option for pure python codes.

To create wheel:

poetry build 

to publish to PIPY:

poetry config pypi-token.pypi TOKEN # for the first time 
poetry publish

from xarray-selafin.

pmav99 avatar pmav99 commented on July 23, 2024

3 options to build and upload to pipy

Do you mean to build the conda package? If yes, then there is also the option of getting the source code directly from PyPI. For PyPI I don't see what is the point of git cloning.

Furthermore:

- git releases
+ github releases

poetry remains the best option for pure python codes.

I am not sure I would say "best". But for the most part it is working fine.

from xarray-selafin.

tomsail avatar tomsail commented on July 23, 2024

Do you mean to build the conda package?

yes my bad, I meant conda. corrected.

from xarray-selafin.

Related Issues (19)

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.