Skip to content

Commit dcad0bc

Browse files
Bump the actions group with 1 update (#56)
1 parent ff27a22 commit dcad0bc

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/build.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -48,11 +48,11 @@ jobs:
4848
name: artifact
4949
path: dist
5050
- name: Publish package on TestPyPi
51-
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
51+
uses: pypa/gh-action-pypi-publish@e53eb8b103ffcb59469888563dc324e3c8ba6f06
5252
with:
5353
repository-url: https://test.pypi.org/legacy/
5454
- name: Publish package on PyPi
55-
uses: pypa/gh-action-pypi-publish@2f6f737ca5f74c637829c0f5c3acd0e29ea5e8bf
55+
uses: pypa/gh-action-pypi-publish@e53eb8b103ffcb59469888563dc324e3c8ba6f06
5656
- uses: actions/checkout@v4
5757
- name: Push v${{ needs.build.outputs.new-version }} tag
5858
run: |

0 commit comments

Comments
 (0)