Skip to content

Commit 510661b

Browse files
committed
update version to 1.7.3
1 parent 1dd0d1d commit 510661b

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

.github/workflows/CI.yml

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
# https://setuptools.pypa.io/en/latest/references/keywords.html
55

66
[metadata]
7-
version = 1.7.2.dev0
7+
version = 1.7.3
88
name = dcqc
99
description = Python package for performing quality control (QC) for data coordination (DC)
1010
author = Bruno Grande

0 commit comments

Comments
 (0)