We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent daad2fa commit aec6973Copy full SHA for aec6973
.github/workflows/minimal.yml
@@ -15,7 +15,7 @@ jobs:
15
steps:
16
- uses: actions/checkout@v3
17
- name: Setup Miniconda
18
- uses: conda-incubator/setup-miniconda@master
+ uses: conda-incubator/setup-miniconda@v2
19
with:
20
channels: conda-forge
21
environment-file: environment.yml
.github/workflows/releases.yml
@@ -64,7 +64,7 @@ jobs:
64
65
name: releases
66
path: dist
67
- - uses: pypa/gh-action-pypi-publish@master
+ - uses: pypa/gh-action-pypi-publish@v1
68
69
user: __token__
70
password: ${{ secrets.pypi_password }}
0 commit comments