diff --git a/.github/workflows/upload-artifacts.yml b/.github/workflows/upload-artifacts.yml
index 8f40938..1e96cfb 100644
--- a/.github/workflows/upload-artifacts.yml
+++ b/.github/workflows/upload-artifacts.yml
@@ -50,17 +50,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/9615874852
+ # Artifacts from https://github.com/nsls2-conda-envs/nsls2-collection-tiled/actions/runs/9762354757
#
- # https://github.com/nsls2-conda-envs/nsls2-collection-tiled/actions/runs/9615874852/artifacts/1625317555
- bash ${GITHUB_WORKSPACE}/download-artifacts.sh nsls2-collection-tiled 1625317555 2024-2.1-py310-tiled
+ # https://github.com/nsls2-conda-envs/nsls2-collection-tiled/actions/runs/9762354757/artifacts/1659882224
+ bash ${GITHUB_WORKSPACE}/download-artifacts.sh nsls2-collection-tiled 1659882224 2024-2.2-py310-tiled
- # https://github.com/nsls2-conda-envs/nsls2-collection-tiled/actions/runs/9615874852/artifacts/1625326776
- bash ${GITHUB_WORKSPACE}/download-artifacts.sh nsls2-collection-tiled 1625326776 2024-2.1-py311-tiled
+ # https://github.com/nsls2-conda-envs/nsls2-collection-tiled/actions/runs/9762354757/artifacts/1659892647
+ bash ${GITHUB_WORKSPACE}/download-artifacts.sh nsls2-collection-tiled 1659892647 2024-2.2-py311-tiled
- # https://github.com/nsls2-conda-envs/nsls2-collection-tiled/actions/runs/9615874852/artifacts/1625315849
- bash ${GITHUB_WORKSPACE}/download-artifacts.sh nsls2-collection-tiled 1625315849 2024-2.1-py312-tiled
+ # https://github.com/nsls2-conda-envs/nsls2-collection-tiled/actions/runs/9762354757/artifacts/1659882347
+ bash ${GITHUB_WORKSPACE}/download-artifacts.sh nsls2-collection-tiled 1659882347 2024-2.2-py312-tiled
- name: Upload artifacts to Zenodo
run: |
diff --git a/upload-artifacts.py b/upload-artifacts.py
index 0e49bc7..ef3e8fc 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/37",
- "https://github.com/nsls2-conda-envs/nsls2-collection-tiled/actions/runs/9615874852",
+ "https://github.com/nsls2-conda-envs/nsls2-collection-tiled/pull/39",
+ "https://github.com/nsls2-conda-envs/nsls2-collection-tiled/actions/runs/9762354757",
]
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.1"
+ version = "2024-2.2"
token = os.environ["ZENODO_TOKEN"]
resp = create_new_version(