File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -16,14 +16,14 @@ jobs:
1616 - name : Fetch full git history
1717 run : git fetch --prune --unshallow
1818 - name : Set up Conda env
19- uses : mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7
19+ uses : mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29
2020 with :
2121 environment-file : environment.yml
2222 cache-environment : true
2323 - shell : bash -el {0}
2424 run :
2525 python -m build
26- - uses : pypa/gh-action-pypi-publish@v1.12.2
26+ - uses : pypa/gh-action-pypi-publish@v1.12.3
2727 if : github.event_name == 'release'
2828 with :
2929 user : __token__
Original file line number Diff line number Diff line change 2121 - name : Checkout branch
2222 uses : actions/checkout@v4
2323 - name : Set up micromamba
24- uses : mamba-org/setup-micromamba@06375d89d211a1232ef63355742e9e2e564bc7f7
24+ uses : mamba-org/setup-micromamba@068f1ab4b37ed9b3d9f73da7db90a0cda0a48d29
2525 - name : Add micromamba to GITHUB_PATH
2626 run : echo "${HOME}/micromamba-bin" >> "$GITHUB_PATH"
2727 - name : Install Python 3.10
You can’t perform that action at this time.
0 commit comments