summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorSviatoslav Sydorenko <sviat@redhat.com>2023-03-27 15:38:12 +0200
committerGitHub <noreply@github.com>2023-03-27 15:38:12 +0200
commit7935eec2eadcb7ad9f1bd32ccc0f7c27c2b0ee7b (patch)
treeea6efee73d23c0357298cf0bc82e7ca090c01de5
parentfb261332d9b46aa5a258042d85baa5aa7b9f4fa2 (diff)
downloadsetuptools-scm-7935eec2eadcb7ad9f1bd32ccc0f7c27c2b0ee7b.tar.gz
Bump `pypa/gh-action-pypi-publish` to `release/v1`
`master` is long-outdated and hasn't gotten any updates for quite a while now.
-rw-r--r--.github/workflows/python-tests.yml3
1 files changed, 1 insertions, 2 deletions
diff --git a/.github/workflows/python-tests.yml b/.github/workflows/python-tests.yml
index a9d4eed..a6fc97f 100644
--- a/.github/workflows/python-tests.yml
+++ b/.github/workflows/python-tests.yml
@@ -116,7 +116,6 @@ jobs:
name: Packages
path: dist
- name: Publish package to PyPI
- uses: pypa/gh-action-pypi-publish@master
+ uses: pypa/gh-action-pypi-publish@release/v1
with:
- user: __token__
password: ${{ secrets.pypi_token }}