We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents a27e89b + f8ac0c5 commit e47a2ceCopy full SHA for e47a2ce
.github/workflows/ci.yaml
@@ -35,9 +35,7 @@ jobs:
35
- name: Setup Conda Environment
36
uses: conda-incubator/setup-miniconda@v3
37
with:
38
- miniforge-variant: Mambaforge
39
miniforge-version: latest
40
- use-mamba: true
41
python-version: "${{ matrix.python-version }}"
42
environment-file: continuous_integration/environment.yaml
43
activate-environment: test-environment
.github/workflows/deploy-sdist.yaml
@@ -21,7 +21,7 @@ jobs:
21
22
- name: Publish package to PyPI
23
if: github.event.action == 'published'
24
- uses: pypa/gh-action-pypi-publish@v1.10.0
+ uses: pypa/gh-action-pypi-publish@v1.10.2
25
26
user: __token__
27
password: ${{ secrets.pypi_password }}
0 commit comments