Skip to content

Commit 8ca571b

Browse files
Update GitHub Action Versions
1 parent 7c02510 commit 8ca571b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/pypi.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545

4646
- name: Publish a Python distribution to PyPI
4747
if: success() && github.event_name == 'release'
48-
uses: pypa/gh-action-pypi-publish@v1.10.3
48+
uses: pypa/gh-action-pypi-publish@v1.11.0
4949
with:
5050
user: __token__
5151
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)