From b11683e0b1810c8d21e6c23eb8d10feb258d1847 Mon Sep 17 00:00:00 2001 From: Max Rakitin Date: Thu, 31 Oct 2024 14:13:19 -0400 Subject: [PATCH] 2024-3.0 envs --- .github/workflows/upload-artifacts.yml | 14 +++++++------- upload-artifacts.py | 6 +++--- 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/.github/workflows/upload-artifacts.yml b/.github/workflows/upload-artifacts.yml index a53e481..4552d1a 100644 --- a/.github/workflows/upload-artifacts.yml +++ b/.github/workflows/upload-artifacts.yml @@ -51,17 +51,17 @@ jobs: # bash ${GITHUB_WORKSPACE}/download-artifacts.sh nsls2-collection 1184244622 2024-1.0-py311 # - # Artifacts from https://github.com/nsls2-conda-envs/nsls2-collection-tiled/actions/runs/10189092932 + # Artifacts from https://github.com/nsls2-conda-envs/nsls2-collection-tiled/actions/runs/11617248480 # - # https://github.com/nsls2-conda-envs/nsls2-collection-tiled/actions/runs/10189092932/artifacts/1762475975 - bash ${GITHUB_WORKSPACE}/download-artifacts.sh nsls2-collection-tiled 1762475975 2024-2.3-py310-tiled + # https://github.com/nsls2-conda-envs/nsls2-collection-tiled/actions/runs/11617248480/artifacts/2129824845 + bash ${GITHUB_WORKSPACE}/download-artifacts.sh nsls2-collection-tiled 2129824845 2024-3.0-py310-tiled - # https://github.com/nsls2-conda-envs/nsls2-collection-tiled/actions/runs/10189092932/artifacts/1762489186 - bash ${GITHUB_WORKSPACE}/download-artifacts.sh nsls2-collection-tiled 1762489186 2024-2.3-py311-tiled + # https://github.com/nsls2-conda-envs/nsls2-collection-tiled/actions/runs/11617248480/artifacts/2129824832 + bash ${GITHUB_WORKSPACE}/download-artifacts.sh nsls2-collection-tiled 2129824832 2024-3.0-py311-tiled - # https://github.com/nsls2-conda-envs/nsls2-collection-tiled/actions/runs/10189092932/artifacts/1762475290 - bash ${GITHUB_WORKSPACE}/download-artifacts.sh nsls2-collection-tiled 1762475290 2024-2.3-py312-tiled + # https://github.com/nsls2-conda-envs/nsls2-collection-tiled/actions/runs/11617248480/artifacts/2129827138 + bash ${GITHUB_WORKSPACE}/download-artifacts.sh nsls2-collection-tiled 2129827138 2024-3.0-py312-tiled - name: Upload artifacts to Zenodo run: | diff --git a/upload-artifacts.py b/upload-artifacts.py index 8c295a6..61a8950 100644 --- a/upload-artifacts.py +++ b/upload-artifacts.py @@ -83,8 +83,8 @@ def create_new_version( # # need this empty line to enforce line break on Zenodo: # "", # tiled - "https://github.com/nsls2-conda-envs/nsls2-collection-tiled/pull/41", - "https://github.com/nsls2-conda-envs/nsls2-collection-tiled/actions/runs/10189092932", + "https://github.com/nsls2-conda-envs/nsls2-collection-tiled/pull/45", + "https://github.com/nsls2-conda-envs/nsls2-collection-tiled/actions/runs/11617248480", ] notes_urls_strs = "
\n".join([f'{url}' if url else "" @@ -239,7 +239,7 @@ def update_deposition_with_files(conceptrecid=None, files=None, token=None): if __name__ == "__main__": conceptrecid = "4057062" # never changes, it's for the initial version. - version = "2024-2.3" + version = "2024-3.0" token = os.environ["ZENODO_TOKEN"] resp = create_new_version(