summaryrefslogtreecommitdiff
path: root/.github
diff options
context:
space:
mode:
authordependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>2022-12-12 20:06:07 +0000
committerSeth Michael Larson <sethmichaellarson@gmail.com>2022-12-12 22:09:13 -0600
commit87bc230aa3c0d075a0c124cabddc4ba1fd41f561 (patch)
tree1d17deda227bfc7fbb0baabdb27c2f0f3c1758ab /.github
parent22632d4aed11e0a8ae8fe81937c912363c23a9c5 (diff)
downloadurllib3-87bc230aa3c0d075a0c124cabddc4ba1fd41f561.tar.gz
Bump pypa/gh-action-pypi-publish from 1.5.1 to 1.6.4
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.5.1 to 1.6.4. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](https://github.com/pypa/gh-action-pypi-publish/compare/37f50c210e3d2f9450da2cd423303d6a14a6e29f...c7f29f7adef1a245bd91520e94867e5c6eedddcc) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-minor ... Signed-off-by: dependabot[bot] <support@github.com>
Diffstat (limited to '.github')
-rw-r--r--.github/workflows/publish.yml2
1 files changed, 1 insertions, 1 deletions
diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml
index f6820ae5..f88ab981 100644
--- a/.github/workflows/publish.yml
+++ b/.github/workflows/publish.yml
@@ -84,7 +84,7 @@ jobs:
gh release upload ${{ github.ref_name }} dist/* --repo ${{ github.repository }}
- name: "Publish dists to PyPI"
- uses: "pypa/gh-action-pypi-publish@37f50c210e3d2f9450da2cd423303d6a14a6e29f"
+ uses: "pypa/gh-action-pypi-publish@c7f29f7adef1a245bd91520e94867e5c6eedddcc"
with:
user: __token__
password: ${{ secrets.PYPI_TOKEN }}