We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c6788d commit 59829a5Copy full SHA for 59829a5
.github/workflows/deploy.yml
@@ -8,6 +8,11 @@ on:
8
tags:
9
- '*'
10
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
+
16
jobs:
17
build-n-publish:
18
name: Build and publish Python 🐍 distributions 📦 to PyPI
scprep/version.py
@@ -1 +1 @@
1
-__version__ = "1.2.2"
+__version__ = "1.2.3"
0 commit comments