Skip to content

Commit 525fc6d

Browse files
renovate[bot]kdeininger
authored andcommitted
Update pypa/gh-action-pypi-publish action to v1.8.11
1 parent 49a0200 commit 525fc6d

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Diff for: .github/workflows/ci.yml

+2-2
Original file line numberDiff line numberDiff line change
@@ -211,7 +211,7 @@ jobs:
211211
pip install wheel -r requirements.txt
212212
python setup.py --test clean check sdist bdist_wheel
213213
- name: Upload to PyPI Test
214-
uses: pypa/[email protected].10
214+
uses: pypa/[email protected].11
215215
with:
216216
password: ${{ secrets.TEST_PYPI_TOKEN }}
217217
repository_url: https://test.pypi.org/legacy/
@@ -237,7 +237,7 @@ jobs:
237237
pip install wheel -r requirements.txt
238238
python setup.py clean check sdist bdist_wheel
239239
- name: Upload to PyPI
240-
uses: pypa/[email protected].10
240+
uses: pypa/[email protected].11
241241
with:
242242
password: ${{ secrets.PYPI_TOKEN }}
243243

0 commit comments

Comments
 (0)