Skip to content

Commit 9dbdb7e

Browse files
build(deps): bump pypa/gh-action-pypi-publish from 1.8.6 to 1.8.7 (#2237)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.8.6 to 1.8.7. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.8.6...v1.8.7) --- 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 68b92c0 commit 9dbdb7e

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.6
126+
uses: pypa/gh-action-pypi-publish@v1.8.7
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.6
133+
uses: pypa/gh-action-pypi-publish@v1.8.7
134134
with:
135135
print-hash: true

0 commit comments

Comments
 (0)