diff options
| author | Roberto Bertó <463349+robertoberto@users.noreply.github.com> | 2026-08-01 23:27:35 -0300 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2026-08-01 23:27:35 -0300 |
| commit | 170136ae7ce777f79148a6e1fe570f4a7fa8291c (patch) | |
| tree | 7303d6bbf407cc762130e0626381264d0507e712 /.github/workflows | |
| parent | 8710b32f2752a2da1f2eec2f76820fc40818b6aa (diff) | |
| parent | 8c7e3c6b54a3f0efe848564ba58c4a4b174a4864 (diff) | |
| download | pyvyos-main.tar.gz pyvyos-main.zip | |
Merge pull request #51 from vyos-contrib/dependabot/github_actions/pypa/gh-action-pypi-publish-1.14.2HEADmain
Bump pypa/gh-action-pypi-publish from 1.14.0 to 1.14.2
Diffstat (limited to '.github/workflows')
| -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 c9b8fff..3b7e5cb 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 }} |
