Skip to content

Commit b2bd3d8

Browse files
build(deps): bump pypa/gh-action-pypi-publish from 1.8.7 to 1.8.8 (#2254)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.7 to 1.8.8. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.7...v1.8.8) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <support@github.com>
1 parent ff9cb94 commit b2bd3d8

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

.github/workflows/publish-package.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -123,13 +123,13 @@ jobs:
123123
if: >-
124124
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && github.repository == 'scikit-hep/pyhf')
125125
|| (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true' && github.repository == 'scikit-hep/pyhf')
126-
uses: pypa/gh-action-pypi-publish@v1.8.7
126+
uses: pypa/gh-action-pypi-publish@v1.8.8
127127
with:
128128
repository-url: https://test.pypi.org/legacy/
129129
print-hash: true
130130

131131
- name: Publish distribution 📦 to PyPI
132132
if: github.event_name == 'release' && github.event.action == 'published' && github.repository == 'scikit-hep/pyhf'
133-
uses: pypa/gh-action-pypi-publish@v1.8.7
133+
uses: pypa/gh-action-pypi-publish@v1.8.8
134134
with:
135135
print-hash: true

0 commit comments

Comments
 (0)