diff options
| author | dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com> | 2026-08-01 12:45:45 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-01 12:45:45 +0000 |
| commit | 8c7e3c6b54a3f0efe848564ba58c4a4b174a4864 (patch) | |
| tree | db87fef46b718ca04785e1ca1f07aa87421d6efe /.github/workflows/python-publish.yml | |
| parent | 51b2625d8a4f376b2d7c80bb022f7647e7f80b40 (diff) | |
| download | pyvyos-8c7e3c6b54a3f0efe848564ba58c4a4b174a4864.tar.gz pyvyos-8c7e3c6b54a3f0efe848564ba58c4a4b174a4864.zip | |
Bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.2dependabot/github_actions/pypa/gh-action-pypi-publish-1.14.2
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.14.0 to 1.14.2.
- [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases)
- [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/cef221092ed1bacb1cc03d23a2d87d1d172e277b...dc37677b2e1c63e2034f94d8a5b11f265b73ba33)
---
updated-dependencies:
- dependency-name: pypa/gh-action-pypi-publish
dependency-version: 1.14.2
dependency-type: direct:production
update-type: version-update:semver-patch
...
Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github/workflows/python-publish.yml')
| -rw-r--r-- | .github/workflows/python-publish.yml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/python-publish.yml b/.github/workflows/python-publish.yml index 54af9d1..1771384 100644 --- a/.github/workflows/python-publish.yml +++ b/.github/workflows/python-publish.yml @@ -35,7 +35,7 @@ jobs: run: uv build - name: Publish package - uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # v1.14.0 + uses: pypa/gh-action-pypi-publish@dc37677b2e1c63e2034f94d8a5b11f265b73ba33 # v1.14.2 with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} |
