Code Monkey home page Code Monkey logo

Comments (3)

LordFlashmeow avatar LordFlashmeow commented on May 27, 2024 2

I see a couple of options moving forward:

  1. Auto-publish master once a day, requires changing permissions for pushing
  2. Start using releases, and trigger an update to PyPi on new release
  3. (possibly in conjunction with 2) Keep master as the release branch, and create other branches that we can push to for new features. You would be in control of master, and we would make PRs on branches. This would ensure that master is always functional and prevent merge conflicts.

from auraxium.

leonhard-s avatar leonhard-s commented on May 27, 2024

Certainly, I'll get on that after work.

Should we set up an action that auto-publishes it in sync with master once a day? We'd have to lock down the branch perms a bit/give you guys permission to push master.

from auraxium.

leonhard-s avatar leonhard-s commented on May 27, 2024

I opted for a mix of 2 and 3 - master should always be a working version in case users wish to install from source (for those sweet, sweet bugfixes).
PyPI pushes will be triggered on releases, master should always be a working version so users can install from source if needed. It is also where others branch off to implement their features or fixes, it should not have to be tied to a (pseudo)-release.

from auraxium.

Related Issues (20)

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.