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 3da43e6 commit cfdd721Copy full SHA for cfdd721
.github/workflows/ci.yml
@@ -66,7 +66,7 @@ jobs:
66
with:
67
a: ${{ matrix.python-version }}
68
b: 3.9
69
-
+
70
- name: Store dists (Python 3.9)
71
if: steps.isLatest.outputs.result
72
uses: actions/upload-artifact@v2
setup.py
@@ -1,4 +1,7 @@
1
# -*- coding: utf-8 -*-
2
3
import setuptools
4
-setuptools.setup(use_scm_version={"write_to": "guake/_version.py"})
5
+setuptools.setup(
6
+ use_scm_version={"write_to": "guake/_version.py", "local_scheme": "no-local-version"}
7
+)
0 commit comments