Coder Social home page Coder Social logo

Comments (4)

webknjaz avatar webknjaz commented on June 3, 2024 1

FWIW, I'm not sure if I'd want to support this in the action. A folder with uploadables has always been the interface for feeding stuff into the action (short of the inputs). Besides, it's intentionally not doing many things, offloading everything possible to the underlying tools.

from gh-action-pypi-publish.

woodruffw avatar woodruffw commented on June 3, 2024

This is probably happening because of twine check: twine's assumption is that everything under dist/* is either an uploadable distribution or some kind of sidecar file that the index supports (historically, things like PGP .asc signatures).

ref: https://github.com/pypa/twine/blob/96674dbb359b0121b1d0aaa908c93dc11344c2f7/twine/package.py#L104-L106

TL;DR: This is twine's behavior, not this workflow's, so this issue might be better suited for them 🙂. But it's also (I believe) long-standing behavior, so they may not want to change it.

from gh-action-pypi-publish.

woodruffw avatar woodruffw commented on June 3, 2024

Just noticed that this workflow will skip twine check if verify-metadata: false is passed.

@ssbarnea can you see if that silences the error for you? I suspect that it might not, since twine upload will also perform the same check anyways.

from gh-action-pypi-publish.

webknjaz avatar webknjaz commented on June 3, 2024

Duplicate of #148

from gh-action-pypi-publish.

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.