Skip to content

Commit

Permalink
Merge pull request #19 from elastic/renovate/pypa-gh-action-pypi-publ…
Browse files Browse the repository at this point in the history
…ish-1.x

Update pypa/gh-action-pypi-publish action to v1.10.2
  • Loading branch information
cavokz authored Sep 23, 2024
2 parents 98cc4c9 + a9a9137 commit 4b21d1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -122,7 +122,7 @@ jobs:
path: dist

- name: Publish to TestPyPI
uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 # v1.10.1
uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
if: github.repository != env.HOME_REPO
with:
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
Expand All @@ -131,7 +131,7 @@ jobs:
skip_existing: true

- name: Publish to PyPI
uses: pypa/gh-action-pypi-publish@0ab0b79471669eb3a4d647e625009c62f9f3b241 # v1.10.1
uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
if: github.repository == env.HOME_REPO
with:
password: ${{ secrets.PYPI_API_TOKEN }}
Expand Down

0 comments on commit 4b21d1f

Please sign in to comment.