Skip to content

Commit

Permalink
Merge pull request #80 from pytroll/dependabot/github_actions/pypa/gh…
Browse files Browse the repository at this point in the history
…-action-pypi-publish-1.10.2

Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.2
  • Loading branch information
djhoese authored Oct 1, 2024
2 parents a27e89b + f8ac0c5 commit e47a2ce
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
2 changes: 0 additions & 2 deletions .github/workflows/ci.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -35,9 +35,7 @@ jobs:
- name: Setup Conda Environment
uses: conda-incubator/setup-miniconda@v3
with:
miniforge-variant: Mambaforge
miniforge-version: latest
use-mamba: true
python-version: "${{ matrix.python-version }}"
environment-file: continuous_integration/environment.yaml
activate-environment: test-environment
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/deploy-sdist.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,7 @@ jobs:
- name: Publish package to PyPI
if: github.event.action == 'published'
uses: pypa/[email protected].0
uses: pypa/[email protected].2
with:
user: __token__
password: ${{ secrets.pypi_password }}

0 comments on commit e47a2ce

Please sign in to comment.