Skip to content

Commit fdf8edd

Browse files
authored
Merge pull request #152 from eadwinCode/dependabot/github_actions/pypa/gh-action-pypi-publish-1.9.0
Bump pypa/gh-action-pypi-publish from 1.8.14 to 1.9.0
2 parents 725a671 + 6b9dd71 commit fdf8edd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/publish.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ jobs:
2323
- name: Build distribution
2424
run: python -m build
2525
- name: Publish
26-
uses: pypa/gh-action-pypi-publish@v1.8.14
26+
uses: pypa/gh-action-pypi-publish@v1.9.0
2727
with:
2828
password: ${{ secrets.PYPI_API_TOKEN }}
2929
- name: Deploy Documentation

0 commit comments

Comments
 (0)