Skip to content

Commit 763c4c0

Browse files
authored
Merge pull request #15 from FAST-HEP/dependabot/github_actions/pypa/gh-action-pypi-publish-1.8.8
2 parents c2beecc + bd735af commit 763c4c0

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.7
87+
- uses: pypa/gh-action-pypi-publish@v1.8.8
8888
if: github.event_name == 'release' && github.event.action == 'published'
8989
with:
9090
user: __token__

0 commit comments

Comments
 (0)