Skip to content

Commit 1ed3ab8

Browse files
authored
Merge pull request #1601 from Anselmoo/dependabot/github_actions/pypa/gh-action-pypi-publish-897895f1e160c830e369f9779632ebc134688e1b
build: bump pypa/gh-action-pypi-publish from 36978192ca7715ea2e0d12e82d5518a651a9f739 to 897895f1e160c830e369f9779632ebc134688e1b
2 parents ff7636f + 32b979d commit 1ed3ab8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/release-cd.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
- name: Build package
3333
run: python -m build
3434
- name: Publish package
35-
uses: pypa/gh-action-pypi-publish@36978192ca7715ea2e0d12e82d5518a651a9f739
35+
uses: pypa/gh-action-pypi-publish@897895f1e160c830e369f9779632ebc134688e1b
3636
with:
3737
user: __token__
3838
password: ${{ secrets.TWINE_TOKEN }}

0 commit comments

Comments
 (0)