Skip to content

Commit 602c922

Browse files
renovate[bot]kdeininger
authored andcommitted
Update pypa/gh-action-pypi-publish action to v1.10.2
1 parent fda3f93 commit 602c922

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
@@ -55,7 +55,7 @@ jobs:
5555
sed -i "s/5 - Production\/Stable/4 - Beta/g" setup.py
5656
python setup.py clean check sdist bdist_wheel
5757
- name: Upload to PyPI Test
58-
uses: pypa/[email protected].1
58+
uses: pypa/[email protected].2
5959
with:
6060
password: ${{ secrets.TEST_PYPI_TOKEN }}
6161
repository_url: https://test.pypi.org/legacy/
@@ -75,7 +75,7 @@ jobs:
7575
pip install wheel -r requirements.txt
7676
python setup.py clean check sdist bdist_wheel
7777
- name: Upload to PyPI
78-
uses: pypa/[email protected].1
78+
uses: pypa/[email protected].2
7979
with:
8080
password: ${{ secrets.PYPI_TOKEN }}
8181

0 commit comments

Comments
 (0)