Skip to content

Commit

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

Bump pypa/gh-action-pypi-publish from 1.11.0 to 1.12.2
  • Loading branch information
VeckoTheGecko authored Dec 1, 2024
2 parents 5a42675 + 866771b commit e3c4615
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:
- name: Publish package to TestPyPI
if: github.event_name == 'push'
uses: pypa/gh-action-pypi-publish@v1.11.0
uses: pypa/gh-action-pypi-publish@v1.12.2
with:
user: __token__
password: ${{ secrets.PARCELS_PYPI_TEST_TOKEN }}
Expand All @@ -89,7 +89,7 @@ jobs:
name: releases
path: dist
- name: Publish package to PyPI
uses: pypa/gh-action-pypi-publish@v1.11.0
uses: pypa/gh-action-pypi-publish@v1.12.2
with:
user: __token__
password: ${{ secrets.PARCELS_PYPI_PROD_TOKEN }}
Expand Down

0 comments on commit e3c4615

Please sign in to comment.