Skip to content

Commit

Permalink
Merge pull request #26 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.11.0
  • Loading branch information
cavokz authored Oct 31, 2024
2 parents 8116abc + bfcce8c commit 52b2133
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@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
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@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
uses: pypa/gh-action-pypi-publish@fb13cb306901256ace3dab689990e13a5550ffaa # v1.11.0
if: github.repository == env.HOME_REPO
with:
password: ${{ secrets.PYPI_API_TOKEN }}
Expand Down

0 comments on commit 52b2133

Please sign in to comment.