Skip to content

Commit

Permalink
Bump pypa/gh-action-pypi-publish from 1.10.0 to 1.10.2 in the actions…
Browse files Browse the repository at this point in the history
… group (#202)
  • Loading branch information
dependabot[bot] authored Oct 7, 2024
1 parent d69f2b0 commit bda7d94
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ jobs:
python -m pip install dist/carbonplan_data*.whl
python -c "from carbonplan_data.utils import get_versions; print(get_versions())"
- name: Publish package to TestPyPI
uses: pypa/[email protected].0
uses: pypa/[email protected].2
with:
password: ${{ secrets.TEST_PYPI_TOKEN }}
repository-url: https://test.pypi.org/legacy/
Expand All @@ -96,7 +96,7 @@ jobs:
name: releases
path: dist
- name: Publish package to PyPI
uses: pypa/[email protected].0
uses: pypa/[email protected].2
with:
password: ${{ secrets.PYPI_TOKEN }}
# verbose: true

0 comments on commit bda7d94

Please sign in to comment.