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 7fb8b2c commit 08be21aCopy full SHA for 08be21a
.github/workflows/ci.yml
@@ -32,7 +32,7 @@ jobs:
32
working-directory: platforms/python/qsharp-bridge
33
run: |
34
python -m pip install --upgrade pip setuptools wheel
35
- python setup.py sdist bdist_wheel --version ${{ env.VERSION }}
+ python setup.py sdist bdist_wheel
36
env:
37
PACKAGE_VERSION: 0.99.0
38
.github/workflows/release.yml
@@ -45,7 +45,7 @@ jobs:
45
46
47
48
49
50
PACKAGE_VERSION: ${{ env.VERSION }}
51
0 commit comments