Skip to content

Commit c13cdf2

Browse files
authored
Merge pull request #185 from data-engineering-collective/dependabot/github_actions/pypa/gh-action-pypi-publish-1.12.3
2 parents d9f7d70 + c37adf0 commit c13cdf2

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
@@ -40,13 +40,13 @@ jobs:
4040
name: artifact
4141
path: dist
4242
- name: Publish package on TestPyPi
43-
uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
43+
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
4444
with:
4545
repository-url: https://test.pypi.org/legacy/
4646
user: __token__
4747
password: ${{ secrets.PYPI_PASSWORD }}
4848
- name: Publish package on PyPi
49-
uses: pypa/gh-action-pypi-publish@f7600683efdcb7656dec5b29656edb7bc586e597 # v1.10.3
49+
uses: pypa/gh-action-pypi-publish@67339c736fd9354cd4f8cb0b744f2b82a74b5c70 # v1.12.3
5050
with:
5151
user: __token__
5252
password: ${{ secrets.PYPI_PASSWORD }}

0 commit comments

Comments
 (0)