Skip to content

Commit a76f17a

Browse files
renovate[bot]kdeininger
authored andcommitted
Update pypa/gh-action-pypi-publish action to v1.11.0
1 parent f1d48f3 commit a76f17a

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ jobs:
5656
sed -i "s/5 - Production\/Stable/4 - Beta/g" setup.py
5757
.venv/bin/python setup.py clean check sdist bdist_wheel
5858
- name: Upload to PyPI Test
59-
uses: pypa/gh-action-pypi-publish@v1.10.2
59+
uses: pypa/gh-action-pypi-publish@v1.11.0
6060
with:
6161
password: ${{ secrets.TEST_PYPI_TOKEN }}
6262
repository_url: https://test.pypi.org/legacy/
@@ -77,7 +77,7 @@ jobs:
7777
.venv/bin/pip install wheel setuptools -r requirements.txt
7878
.venv/bin/python setup.py clean check sdist bdist_wheel
7979
- name: Upload to PyPI
80-
uses: pypa/gh-action-pypi-publish@v1.10.2
80+
uses: pypa/gh-action-pypi-publish@v1.11.0
8181
with:
8282
password: ${{ secrets.PYPI_TOKEN }}
8383

0 commit comments

Comments
 (0)