Skip to content

Commit 8a361d5

Browse files
committed
minimal updates to deploy workflow
towards #410 (although a full rewrite is probably the real solution)
1 parent 187246e commit 8a361d5

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

Diff for: .github/workflows/deploy.yaml

+3-3
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,12 @@ jobs:
2929
runs-on: ubuntu-latest
3030

3131
steps:
32-
- uses: actions/checkout@v3
32+
- uses: actions/checkout@v4
3333
with:
3434
fetch-depth: 0
3535

3636
- name: setup_miniconda
37-
uses: conda-incubator/setup-miniconda@v2
37+
uses: conda-incubator/setup-miniconda@v3
3838
with:
3939
python-version: "3.10"
4040
auto-update-conda: true
@@ -55,7 +55,7 @@ jobs:
5555
uses: pypa/gh-action-pypi-publish@release/v1
5656
with:
5757
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
58-
repository_url: https://test.pypi.org/legacy/
58+
repository-url: https://test.pypi.org/legacy/
5959

6060
- name: publish_pypi
6161
if: github.event_name == 'release' && github.event.action == 'published'

0 commit comments

Comments
 (0)