Skip to content

Commit 5e7f3a4

Browse files
authored
Merge pull request #14 from inab/dependabot/github_actions/github-actions-8d02b2c012
Bump pypa/gh-action-pypi-publish from 1.13.0 to 1.14.0 in the github-actions group
2 parents a0bbd78 + ccfee5a commit 5e7f3a4

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

.github/workflows/build_n_deploy.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ jobs:
2121
- name: Build packages to be uploaded
2222
run: python -m build
2323
- name: pypi-publish
24-
uses: pypa/gh-action-pypi-publish@v1.13.0
24+
uses: pypa/gh-action-pypi-publish@v1.14.0
2525
with:
2626
user: __token__
2727
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)