Skip to content

Makefile credentials are currently hardcoded #1

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

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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