Skip to content

Commit 4f89bc7

Browse files
authored
Merge branch 'main' into autodiff-uncerts
2 parents 2787b92 + f8f3c96 commit 4f89bc7

File tree

2 files changed

+4
-2
lines changed

2 files changed

+4
-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/[email protected].8
126+
uses: pypa/[email protected].10
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/[email protected].8
133+
uses: pypa/[email protected].10
134134
with:
135135
print-hash: true

docs/conf.py

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -519,6 +519,8 @@ def setup(app):
519519
r'https://indico.desy.de/event/22731/.*',
520520
# https://indico.belle2.org/event/8470/contributions/55871/ is frequently generating 403 Client Error
521521
r'https://indico.belle2.org/event/8470/.*',
522+
# CERN doesn't maintain its SSL certs well enough to not have SSLErrors
523+
r'https://twiki.cern.ch/.*',
522524
# tags for a release won't exist until it is made, but the release notes
523525
# and ReadTheDocs need to reference them
524526
r'https://github.com/scikit-hep/pyhf/releases/tag/.*',

0 commit comments

Comments
 (0)