Skip to content

How to configure a private PyPI repository? #504

Closed
@ivangfr

Description

@ivangfr

Hi,

I am creating a Spring Boot Java application that calls a private Python library. This private Python library is hosted in a private PyPI repository. How can I configure the GraalPy Maven plugin to use this private PyPI repository?

Currently, I believe that adding libraries inside <configuration><packages><package> fetches them from the public Python Package Index (PyPI), which is the official repository of open-source Python packages maintained by the Python Software Foundation. I want to know how to set it up so it fetches packages from my private PyPI repository instead.

Thank you!

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions