Skip to content

Commit

Permalink
Copybara import of the project:
Browse files Browse the repository at this point in the history
--
060c37e by dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>:

Bump pypa/gh-action-pypi-publish from 1.8.10 to 1.8.11

Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.10 to 1.8.11.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](pypa/gh-action-pypi-publish@b7f401d...2f6f737)

---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
  dependency-type: direct:production
  update-type: version-update:semver-patch
...

Signed-off-by: dependabot[bot] <[email protected]>
COPYBARA_INTEGRATE_REVIEW=#1 from google-deepmind:dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.11 060c37e
PiperOrigin-RevId: 588090073
Change-Id: I65ae5f1d1dc36d4233c2a7e4ab5a717ac0d217a6
  • Loading branch information
dependabot[bot] authored and copybara-github committed Dec 5, 2023
1 parent 208c27a commit 5a92f9e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/pypi-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -64,13 +64,13 @@ jobs:
- name: Publish to TestPyPI
if: github.event_name == 'release' || inputs.upload_to_test_pypi
uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
with:
repository-url: https://test.pypi.org/legacy/
verbose: true

- name: Publish to PyPI
if: github.event_name == 'release' || inputs.upload_to_pypi
uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
with:
verbose: true

0 comments on commit 5a92f9e

Please sign in to comment.