Skip to content

Commit

Permalink
2023-3.2 envs
Browse files Browse the repository at this point in the history
  • Loading branch information
mrakitin committed Oct 30, 2023
1 parent f1518d7 commit 71528c0
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 11 deletions.
12 changes: 6 additions & 6 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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: |
Expand Down
10 changes: 5 additions & 5 deletions test-upload.py
Original file line number Diff line number Diff line change
Expand Up @@ -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 = "<br>\n".join([f'<a href="{url}">{url}</a>'
if url else ""
Expand Down Expand Up @@ -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(
Expand Down

0 comments on commit 71528c0

Please sign in to comment.