File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -123,13 +123,13 @@ jobs:
123
123
if : >-
124
124
(github.event_name == 'push' && startsWith(github.ref, 'refs/tags/v') && github.repository == 'scikit-hep/pyhf')
125
125
|| (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
127
127
with :
128
128
repository-url : https://test.pypi.org/legacy/
129
129
print-hash : true
130
130
131
131
- name : Publish distribution 📦 to PyPI
132
132
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
134
134
with :
135
135
print-hash : true
You can’t perform that action at this time.
0 commit comments