Skip to content

Commit ef93dda

Browse files
committed
Update pypa/gh-action-pypi-publish to v1.4.2
1 parent 1447adb commit ef93dda

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@ jobs:
2929
if: >-
3030
(github.ref == 'refs/heads/release/test') ||
3131
(github.ref == 'refs/heads/release/main')
32-
uses: pypa/gh-action-pypi-publish@bce3b74dbf8cc32833ffba9d15f83425c1a736e0 # v1.3.1
32+
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 # v1.4.2
3333
with:
3434
password: ${{ secrets.test_pypi_password }}
3535
repository_url: https://test.pypi.org/legacy/
@@ -70,6 +70,6 @@ jobs:
7070
- run: ls -lh dist
7171
- name: Publish distribution 📦 to PyPI
7272
if: github.ref == 'refs/heads/release/main'
73-
uses: pypa/gh-action-pypi-publish@bce3b74dbf8cc32833ffba9d15f83425c1a736e0 # v1.3.1
73+
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29 # v1.4.2
7474
with:
7575
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)