Skip to content

Commit f51fa53

Browse files
authored
Merge pull request #21 from FAST-HEP/dependabot/github_actions/pypa/gh-action-pypi-publish-1.12.4
build(deps): bump pypa/gh-action-pypi-publish from 1.8.10 to 1.12.4
2 parents 3448e2e + 12b6372 commit f51fa53

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -84,7 +84,7 @@ jobs:
8484
- name: Check products
8585
run: pipx run twine check dist/*
8686

87-
- uses: pypa/gh-action-pypi-publish@v1.8.10
87+
- uses: pypa/gh-action-pypi-publish@v1.12.4
8888
if: github.event_name == 'release' && github.event.action == 'published'
8989
with:
9090
user: __token__

0 commit comments

Comments
 (0)