Skip to content

Commit c8dfb55

Browse files
Jeff Yangrohitgr7
authored andcommitted
[ci] tag v1.4.1 for pypa/gh-action-pypi-publish (#4548)
1 parent 290998d commit c8dfb55

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/nightly.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
3030
# We do this, since failures on test.pypi aren't that bad
3131
- name: Publish to Test PyPI
32-
uses: pypa/gh-action-pypi-publish@v1
32+
uses: pypa/gh-action-pypi-publish@v1.4.1
3333
with:
3434
user: __token__
3535
password: ${{ secrets.test_pypi_password }}

.github/workflows/pypi-release.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@ jobs:
3030
# We do this, since failures on test.pypi aren't that bad
3131
- name: Publish to Test PyPI
3232
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
33-
uses: pypa/gh-action-pypi-publish@v1
33+
uses: pypa/gh-action-pypi-publish@v1.4.1
3434
with:
3535
user: __token__
3636
password: ${{ secrets.test_pypi_password }}
@@ -39,7 +39,7 @@ jobs:
3939

4040
- name: Publish distribution 📦 to PyPI
4141
if: startsWith(github.event.ref, 'refs/tags') || github.event_name == 'release'
42-
uses: pypa/gh-action-pypi-publish@v1
42+
uses: pypa/gh-action-pypi-publish@v1.4.1
4343
with:
4444
user: __token__
4545
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)