Skip to content

Commit 5ad42a7

Browse files
Update pypa/gh-action-pypi-publish action to v1.12.3
1 parent c61d690 commit 5ad42a7

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
@@ -51,7 +51,7 @@ jobs:
5151
sed -i "s/5 - Production\/Stable/4 - Beta/g" setup.py
5252
python setup.py clean check sdist bdist_wheel
5353
- name: Upload to PyPI Test
54-
uses: pypa/gh-action-pypi-publish@v1.8.10
54+
uses: pypa/gh-action-pypi-publish@v1.12.3
5555
with:
5656
password: ${{ secrets.TEST_PYPI_TOKEN }}
5757
repository_url: https://test.pypi.org/legacy/
@@ -71,7 +71,7 @@ jobs:
7171
pip install wheel -r requirements.txt
7272
python setup.py clean check sdist bdist_wheel
7373
- name: Upload to PyPI
74-
uses: pypa/gh-action-pypi-publish@v1.8.10
74+
uses: pypa/gh-action-pypi-publish@v1.12.3
7575
with:
7676
password: ${{ secrets.PYPI_TOKEN }}
7777

0 commit comments

Comments
 (0)