Skip to content

Commit 463d01a

Browse files
authoredNov 8, 2024··
Merge pull request #63 from python-ellar/dependabot/github_actions/pypa/gh-action-pypi-publish-1.11.0
Bump pypa/gh-action-pypi-publish from 1.10.2 to 1.11.0
2 parents 6376336 + 4dd3af6 commit 463d01a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed
 

‎.github/workflows/publish.yml

+1-1
Original file line numberDiff line numberDiff line change
@@ -23,6 +23,6 @@ jobs:
2323
- name: Build distribution
2424
run: python -m build
2525
- name: Publish
26-
uses: pypa/gh-action-pypi-publish@v1.10.2
26+
uses: pypa/gh-action-pypi-publish@v1.11.0
2727
with:
2828
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)
Please sign in to comment.