We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 187246e commit 8a361d5Copy full SHA for 8a361d5
.github/workflows/deploy.yaml
@@ -29,12 +29,12 @@ jobs:
29
runs-on: ubuntu-latest
30
31
steps:
32
- - uses: actions/checkout@v3
+ - uses: actions/checkout@v4
33
with:
34
fetch-depth: 0
35
36
- name: setup_miniconda
37
- uses: conda-incubator/setup-miniconda@v2
+ uses: conda-incubator/setup-miniconda@v3
38
39
python-version: "3.10"
40
auto-update-conda: true
@@ -55,7 +55,7 @@ jobs:
55
uses: pypa/gh-action-pypi-publish@release/v1
56
57
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
58
- repository_url: https://test.pypi.org/legacy/
+ repository-url: https://test.pypi.org/legacy/
59
60
- name: publish_pypi
61
if: github.event_name == 'release' && github.event.action == 'published'
0 commit comments