Skip to content

Commit 6b8c10d

Browse files
authored
Merge pull request #513 from JuliaPy/mkitti/bump_pypi_publish_1_5_1
Bump pypi-publish github action to 1.5.1
2 parents 58842ab + 45ef426 commit 6b8c10d

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@27b31702a0e7fc50959f5ad993c78deac1bdfc29 # v1.4.2
32+
uses: pypa/gh-action-pypi-publish@37f50c210e3d2f9450da2cd423303d6a14a6e29f # v1.5.1
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@27b31702a0e7fc50959f5ad993c78deac1bdfc29 # v1.4.2
73+
uses: pypa/gh-action-pypi-publish@37f50c210e3d2f9450da2cd423303d6a14a6e29f # v1.5.1
7474
with:
7575
password: ${{ secrets.pypi_password }}

0 commit comments

Comments
 (0)