Skip to content

Commit 8390e75

Browse files
committed
Use pypa/gh-action-pypi-publish@release/v1
The `@master` version is deprecated. https://github.com/pypa/gh-action-pypi-publish#-master-branch-sunset-
1 parent f2fe118 commit 8390e75

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ jobs:
7070
- name: "🐍 Build a binary wheel and a source tarball"
7171
run: "python setup.py sdist bdist_wheel"
7272
- name: "📦 Publish distribution to PyPI"
73-
uses: "pypa/gh-action-pypi-publish@master"
73+
uses: "pypa/gh-action-pypi-publish@release/v1"
7474
if: "startsWith(github.ref, 'refs/tags')"
7575
with:
7676
password: "${{ secrets.pypi_password }}"

0 commit comments

Comments
 (0)