Skip to content

Commit 2ea6e7a

Browse files
committed
Pin pypa/gh-action-pypi-publish to release/v1
The master branch version has been sunset. Please, change the GitHub Action version you use from master to release/v1 or use an exact tag, or a full Git commit SHA.
1 parent 2adb6bb commit 2ea6e7a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,6 @@ jobs:
2929
--outdir dist/
3030
.
3131
- name: Publish distribution 📦 to PyPI
32-
uses: pypa/gh-action-pypi-publish@master
32+
uses: pypa/gh-action-pypi-publish@release/v1
3333
with:
3434
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)