summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRonny Pfannschmidt <opensource@ronnypfannschmidt.de>2023-03-28 15:25:37 +0200
committerGitHub <noreply@github.com>2023-03-28 15:25:37 +0200
commit51b3566170be25582b5c3216a54b024caf3d431f (patch)
treeea6efee73d23c0357298cf0bc82e7ca090c01de5
parentfb261332d9b46aa5a258042d85baa5aa7b9f4fa2 (diff)
parent7935eec2eadcb7ad9f1bd32ccc0f7c27c2b0ee7b (diff)
downloadsetuptools-scm-51b3566170be25582b5c3216a54b024caf3d431f.tar.gz
Merge pull request #828 from webknjaz/patch-3
Bump `pypa/gh-action-pypi-publish` to `release/v1`
-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 }}