Skip to content

Commit 59829a5

Browse files
bump version
1 parent 3c6788d commit 59829a5

File tree

2 files changed

+6
-1
lines changed

2 files changed

+6
-1
lines changed

.github/workflows/deploy.yml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,11 @@ on:
88
tags:
99
- '*'
1010

11+
concurrency:
12+
group: deploy-${{ github.ref }}-1
13+
# main should run through entire queue of commits for debugging
14+
cancel-in-progress: ${{ github.ref_name != 'main'}}
15+
1116
jobs:
1217
build-n-publish:
1318
name: Build and publish Python 🐍 distributions 📦 to PyPI

scprep/version.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1 +1 @@
1-
__version__ = "1.2.2"
1+
__version__ = "1.2.3"

0 commit comments

Comments
 (0)