diff --git a/.github/workflows/test.yml b/.github/workflows/test.yml
index 4b8644d..2ee1776 100644
--- a/.github/workflows/test.yml
+++ b/.github/workflows/test.yml
@@ -40,18 +40,18 @@ jobs:
set -vxeuo pipefail
#
- # Artifacts from https://github.com/nsls2-conda-envs/nsls2-collection/actions/runs/6186885203
+ # Artifacts from https://github.com/nsls2-conda-envs/nsls2-collection/actions/runs/6696329405
#
- # https://github.com/nsls2-conda-envs/nsls2-collection/suites/16170163146/artifacts/923385127
- bash ${GITHUB_WORKSPACE}/download-artifacts.sh nsls2-collection 923385127 2023-3.1-py310
+ # https://github.com/nsls2-conda-envs/nsls2-collection/suites/17755713829/artifacts/1017093217
+ bash ${GITHUB_WORKSPACE}/download-artifacts.sh nsls2-collection 1017093217 2023-3.2-py310
#
- # Artifacts from https://github.com/nsls2-conda-envs/nsls2-collection-tiled/actions/runs/6186562672
+ # Artifacts from https://github.com/nsls2-conda-envs/nsls2-collection-tiled/actions/runs/6674274136
#
- # https://github.com/nsls2-conda-envs/nsls2-collection-tiled/suites/16169125735/artifacts/923340119
- bash ${GITHUB_WORKSPACE}/download-artifacts.sh nsls2-collection-tiled 923340119 2023-3.1-py310-tiled
+ # https://github.com/nsls2-conda-envs/nsls2-collection-tiled/suites/17706989798/artifacts/1013563662
+ bash ${GITHUB_WORKSPACE}/download-artifacts.sh nsls2-collection-tiled 1013563662 2023-3.2-py310-tiled
- name: Upload artifacts to Zenodo
run: |
diff --git a/test-upload.py b/test-upload.py
index 87882c6..e59c6c7 100644
--- a/test-upload.py
+++ b/test-upload.py
@@ -57,13 +57,13 @@ def create_new_version(
notes_urls = [
# non-tiled
- "https://github.com/nsls2-conda-envs/nsls2-collection/pull/24",
- "https://github.com/nsls2-conda-envs/nsls2-collection/actions/runs/6186885203",
+ "https://github.com/nsls2-conda-envs/nsls2-collection/pull/25",
+ "https://github.com/nsls2-conda-envs/nsls2-collection/actions/runs/6696329405",
# need this empty line to enforce line break on Zenodo:
"",
# tiled
- "https://github.com/nsls2-conda-envs/nsls2-collection-tiled/pull/20",
- "https://github.com/nsls2-conda-envs/nsls2-collection-tiled/actions/runs/6186562672",
+ "https://github.com/nsls2-conda-envs/nsls2-collection-tiled/pull/24",
+ "https://github.com/nsls2-conda-envs/nsls2-collection-tiled/actions/runs/6674274136",
]
notes_urls_strs = "
\n".join([f'{url}'
if url else ""
@@ -174,7 +174,7 @@ def update_deposition_with_files(conceptrecid=None, files=None, token=None):
if __name__ == "__main__":
conceptrecid = "4057062"
- version = "2023-3.1"
+ version = "2023-3.2"
token = os.environ["ZENODO_TOKEN"]
resp = create_new_version(