Git Product home page Git Product logo

Comments (5)

scarrazza avatar scarrazza commented on August 12, 2024 1

Well spotted, thanks. I have restarted the failed job which uploads to pypi: https://github.com/qiboteam/qibojit/actions/runs/5411369726

from qibojit.

scarrazza avatar scarrazza commented on August 12, 2024 1

To unlock @andrea-pasquale, I have manually uploaded the 0.0.11 to pypi, but indeed, the long_description is missing in our pyproject.yaml.

from qibojit.

scarrazza avatar scarrazza commented on August 12, 2024

Pypi upload checks are failing in https://github.com/qiboteam/qibojit/actions/runs/5411369726/job/15226508567#step:14:24. @AleCandido are we missing the readme key?

from qibojit.

AleCandido avatar AleCandido commented on August 12, 2024

Yes, that's exactly the readme key in Poetry, and it's currently missing in pyproject.toml:

qibojit/pyproject.toml

Lines 1 to 13 in e90fdf8

[tool.poetry]
name = "qibojit"
version = "0.0.12"
description="Simulation tools based on numba and cupy."
authors=["The Qibo team"]
license = "Apache License 2.0"
repository="https://github.com/qiboteam/qibojit"
packages = [{ include = "qibojit", from = "src" }]
classifiers=[
"Programming Language :: Python :: 3",
"Topic :: Scientific/Engineering :: Physics",
]

from qibojit.

scarrazza avatar scarrazza commented on August 12, 2024

@Edoardo-Pedicillo could you please fix this?

from qibojit.

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.