We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 89df2cb + eff85d8 commit 8d27ea7Copy full SHA for 8d27ea7
2 files changed
.github/workflows/release.yml
@@ -16,6 +16,9 @@ jobs:
16
name: Update Version
17
runs-on: ubuntu-latest
18
permissions: write-all
19
+ concurrency:
20
+ group: version-update
21
+ cancel-in-progress: false
22
steps:
23
- name: Update Version
24
uses: byuawsfhtl/UpdateVersion@v1.0.7
PyBugReporter/requirements.txt
@@ -1,2 +1 @@
1
-python-graphql-client~=0.4.3
2
-
+python-graphql-client~=0.4.3
0 commit comments