Skip to content

Commit

Permalink
Merge pull request #20 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.3
  • Loading branch information
cavokz authored Oct 7, 2024
2 parents 4b21d1f + 13371a3 commit 85a0bd3
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@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
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@897895f1e160c830e369f9779632ebc134688e1b # v1.10.2
uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
if: github.repository == env.HOME_REPO
with:
password: ${{ secrets.PYPI_API_TOKEN }}
Expand Down

0 comments on commit 85a0bd3

Please sign in to comment.