Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Update the Github Workflow for uploading conda packages #795

Merged
merged 4 commits into from
Sep 18, 2020

Commits on Sep 11, 2020

  1. Test anaconda upload using github ci

    The anaconda upload token is a secret on github (nudles).
    If the secret is not available, no uploading.
    Note: github ci cannot access the secret directly within the `if` check;
    you have to assign it to a env var first and then do if check;
    better do the upload on push (not on pull request).
    nudles committed Sep 11, 2020
    Configuration menu
    Copy the full SHA
    a0d7afb View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5fb11fd View commit details
    Browse the repository at this point in the history

Commits on Sep 15, 2020

  1. Update Githut CI for conda build

    Add the CI to run on MacOS, including building, testing pysinga and
    uploading the package to anaconda if the token is available.
    
    Fix the permission issue conda/conda#7267
    and the sdk issue.
    The sdk is fixed to the latest version (in conda_build_config.yaml).
    The python is fixed to 3.6 to be compatible with colab.
    nudles committed Sep 15, 2020
    Configuration menu
    Copy the full SHA
    f9f901e View commit details
    Browse the repository at this point in the history

Commits on Sep 17, 2020

  1. Configuration menu
    Copy the full SHA
    7b5a0ab View commit details
    Browse the repository at this point in the history