File tree Expand file tree Collapse file tree 2 files changed +3
-3
lines changed
Expand file tree Collapse file tree 2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -112,7 +112,7 @@ jobs:
112112
113113 pypi-publish :
114114 needs : [prepare, test]
115- # if: ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags/') }}
115+ if : ${{ github.event_name == 'push' && contains(github.ref, 'refs/tags/') }}
116116 runs-on : ubuntu-latest
117117 steps :
118118 - uses : actions/checkout@v4
@@ -130,7 +130,7 @@ jobs:
130130 docker-publish :
131131 permissions : write-all
132132 needs : [prepare, test]
133- # if: ${{ github.event_name == 'push' }}
133+ if : ${{ github.event_name == 'push' }}
134134 runs-on : ubuntu-latest
135135 steps :
136136 - uses : actions/checkout@v4
Original file line number Diff line number Diff line change 44# https://setuptools.pypa.io/en/latest/references/keywords.html
55
66[metadata]
7- version = 1.7.2.dev0
7+ version = 1.7.3
88name = dcqc
99description = Python package for performing quality control (QC) for data coordination (DC)
1010author = Bruno Grande
You can’t perform that action at this time.
0 commit comments