Skip to content

Commit 6e4cf45

Browse files
Update pypa/gh-action-pypi-publish digest to ba38be9 (#324)
Co-authored-by: renovate[bot] <29139614+renovate[bot]@users.noreply.github.com>
1 parent 3760771 commit 6e4cf45

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

.github/workflows/publish-packages.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -55,12 +55,12 @@ jobs:
5555
path: dist/
5656
- name: Publish package to TestPyPI
5757
if: ${{ inputs.upload_to_test }}
58-
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1
58+
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # release/v1
5959
with:
6060
repository-url: https://test.pypi.org/legacy/
6161
password: ${{ secrets.TEST_PYPI_API_TOKEN }}
6262
- name: Publish package to PyPI
6363
if: ${{ !inputs.upload_to_test }}
64-
uses: pypa/gh-action-pypi-publish@cef221092ed1bacb1cc03d23a2d87d1d172e277b # release/v1
64+
uses: pypa/gh-action-pypi-publish@ba38be9e461d3875417946c167d0b5f3d385a247 # release/v1
6565
with:
6666
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)