Skip to content

Commit 26f469e

Browse files
authored
🔧 MAINTAIN: update GH action
1 parent d9e0f59 commit 26f469e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/tests.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -121,7 +121,7 @@ jobs:
121121
pip install wheel
122122
python setup.py sdist bdist_wheel
123123
- name: Publish
124-
uses: pypa/gh-action-pypi-publish@v1.1.0
124+
uses: pypa/gh-action-pypi-publish@v1.3.1
125125
with:
126126
user: __token__
127127
password: ${{ secrets.PYPI_KEY }}

0 commit comments

Comments
 (0)