Skip to content

Makefile credentials are currently hardcoded #1

@Enderb

Description

@Enderb

Currently in the Makefile, the credentials are hardcoded to "spring26", instead of using the env variables:

PIP_FLAGS = --extra-index-url=https://spring26:spring26@pypi.netsquid.org

Above should instead be:
PIP_FLAGS = --extra-index-url=https://$(NETSQUID_USER):$(NETSQUID_PWD)@pypi.netsquid.org

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