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 369ae21 commit d125475Copy full SHA for d125475
.github/workflows/release.yml
@@ -35,12 +35,6 @@ jobs:
35
python -m pip install --upgrade pip setuptools wheel
36
scripts/build.sh
37
38
- # Tag the commit with the library version
39
- - name: Create git tag
40
- uses: salsify/action-detect-and-tag-new-version@v2
41
- with:
42
- version-command: python setup.py --version
43
-
44
# Set release output variables
45
- name: Set output
46
id: vars
0 commit comments