Skip to content

Commit d9a5da2

Browse files
build(deps): bump pypa/gh-action-pypi-publish from 1.6.1 to 1.6.4 (#2077)
Bumps [pypa/gh-action-pypi-publish](https://github.com/pypa/gh-action-pypi-publish) from 1.6.1 to 1.6.4. - [Release notes](https://github.com/pypa/gh-action-pypi-publish/releases) - [Commits](pypa/gh-action-pypi-publish@v1.6.1...v1.6.4) --- updated-dependencies: - dependency-name: pypa/gh-action-pypi-publish dependency-type: direct:production update-type: version-update:semver-patch ... Signed-off-by: dependabot[bot] <[email protected]>
1 parent d811392 commit d9a5da2

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
@@ -97,15 +97,15 @@ jobs:
9797
if: >-
9898
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && github.repository == 'scikit-hep/pyhf')
9999
|| (github.event_name == 'workflow_dispatch' && github.event.inputs.publish == 'true' && github.repository == 'scikit-hep/pyhf')
100-
uses: pypa/[email protected].1
100+
uses: pypa/[email protected].4
101101
with:
102102
password: ${{ secrets.test_pypi_password }}
103103
repository_url: https://test.pypi.org/legacy/
104104
print_hash: true
105105

106106
- name: Publish distribution 📦 to PyPI
107107
if: github.event_name == 'release' && github.event.action == 'published' && github.repository == 'scikit-hep/pyhf'
108-
uses: pypa/[email protected].1
108+
uses: pypa/[email protected].4
109109
with:
110110
password: ${{ secrets.pypi_password }}
111111
print_hash: true

0 commit comments

Comments
 (0)