Skip to content

Commit 08be21a

Browse files
committed
pass version as env variable only
1 parent 7fb8b2c commit 08be21a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

.github/workflows/ci.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -32,7 +32,7 @@ jobs:
3232
working-directory: platforms/python/qsharp-bridge
3333
run: |
3434
python -m pip install --upgrade pip setuptools wheel
35-
python setup.py sdist bdist_wheel --version ${{ env.VERSION }}
35+
python setup.py sdist bdist_wheel
3636
env:
3737
PACKAGE_VERSION: 0.99.0
3838

.github/workflows/release.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ jobs:
4545
working-directory: platforms/python/qsharp-bridge
4646
run: |
4747
python -m pip install --upgrade pip setuptools wheel
48-
python setup.py sdist bdist_wheel --version ${{ env.VERSION }}
48+
python setup.py sdist bdist_wheel
4949
env:
5050
PACKAGE_VERSION: ${{ env.VERSION }}
5151

0 commit comments

Comments
 (0)