Skip to content

Commit 93cc635

Browse files
Merge pull request #1682 from OceanParcels/dependabot/github_actions/pypa/gh-action-pypi-publish-1.10.0
Bump pypa/gh-action-pypi-publish from 1.9.0 to 1.10.0
2 parents 286558c + 526f1b5 commit 93cc635

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ jobs:
7272
7373
- name: Publish package to TestPyPI
7474
if: github.event_name == 'push'
75-
uses: pypa/gh-action-pypi-publish@v1.9.0
75+
uses: pypa/gh-action-pypi-publish@v1.10.0
7676
with:
7777
user: __token__
7878
password: ${{ secrets.PARCELS_PYPI_TEST_TOKEN }}
@@ -89,7 +89,7 @@ jobs:
8989
name: releases
9090
path: dist
9191
- name: Publish package to PyPI
92-
uses: pypa/gh-action-pypi-publish@v1.9.0
92+
uses: pypa/gh-action-pypi-publish@v1.10.0
9393
with:
9494
user: __token__
9595
password: ${{ secrets.PARCELS_PYPI_PROD_TOKEN }}

0 commit comments

Comments
 (0)