Skip to content

Commit ed54f29

Browse files
renovate[bot]kdeininger
authored andcommitted
Update pypa/gh-action-pypi-publish action to v1.12.2
1 parent b30118d commit ed54f29

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
@@ -213,7 +213,7 @@ jobs:
213213
.venv/bin/pip install wheel setuptools -r requirements.txt
214214
.venv/bin/python setup.py --test clean check sdist bdist_wheel
215215
- name: Upload to PyPI Test
216-
uses: pypa/gh-action-pypi-publish@v1.11.0
216+
uses: pypa/gh-action-pypi-publish@v1.12.2
217217
with:
218218
password: ${{ secrets.TEST_PYPI_TOKEN }}
219219
repository_url: https://test.pypi.org/legacy/
@@ -240,7 +240,7 @@ jobs:
240240
.venv/bin/pip install wheel setuptools -r requirements.txt
241241
.venv/bin/python setup.py clean check sdist bdist_wheel
242242
- name: Upload to PyPI
243-
uses: pypa/gh-action-pypi-publish@v1.11.0
243+
uses: pypa/gh-action-pypi-publish@v1.12.2
244244
with:
245245
password: ${{ secrets.PYPI_TOKEN }}
246246

0 commit comments

Comments
 (0)