Giter VIP home page Giter VIP logo

Comments (5)

alex avatar alex commented on August 21, 2024

That sounds like a me thing :-)

Steps to make this happen are:

  1. Add
[wheel]
universal = 1

to your setup.cfg

  1. Run setup.py bdist_wheel upload as a part of your release process.

from testtools.

jml avatar jml commented on August 21, 2024

Thanks!

I've got a whole bunch of questions though:

  • how do I best ensure that others on the project have wheel installed? The last thing I want to do is break the release process for them
    • i.e. what's the best way to add wheel as a development dependency?
  • there's no sign command in your example: how do I sign the uploaded wheel?
  • currently the release process does sdist upload --sign, can I separate the upload command to its own line?
    • i.e. will a solo upload --sign sign & upload everything?

I'm investigating these myself now, but hope that making my questions explicit can serve as a starting point for improving documentation.

from testtools.

alex avatar alex commented on August 21, 2024
  • You should still upload sdists as well, so it'll work for everyone.
  • Really the best way to do this would be setup.py sdist bdist_wheel and then twine upload -s dist/<the files> (https://warehouse.python.org/project/twine/)

from testtools.

rbtcollins avatar rbtcollins commented on August 21, 2024

I am happy to install additional deps such as wheel as part of the release process. @alex care to make a PR up? We have some automation - see the docs - if you fit into that, we're set.

from testtools.

rbtcollins avatar rbtcollins commented on August 21, 2024

Applied to docs.

from testtools.

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.