Skip to content

Commit e47a2ce

Browse files
authoredOct 1, 2024··
Merge pull request #80 from pytroll/dependabot/github_actions/pypa/gh-action-pypi-publish-1.10.2
Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.2
2 parents a27e89b + f8ac0c5 commit e47a2ce

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed
 

‎.github/workflows/ci.yaml

-2
Original file line numberDiff line numberDiff line change
@@ -35,9 +35,7 @@ jobs:
3535
- name: Setup Conda Environment
3636
uses: conda-incubator/setup-miniconda@v3
3737
with:
38-
miniforge-variant: Mambaforge
3938
miniforge-version: latest
40-
use-mamba: true
4139
python-version: "${{ matrix.python-version }}"
4240
environment-file: continuous_integration/environment.yaml
4341
activate-environment: test-environment

‎.github/workflows/deploy-sdist.yaml

+1-1
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
2222
- name: Publish package to PyPI
2323
if: github.event.action == 'published'
24-
uses: pypa/gh-action-pypi-publish@v1.10.0
24+
uses: pypa/gh-action-pypi-publish@v1.10.2
2525
with:
2626
user: __token__
2727
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)
Please sign in to comment.