Skip to content

Commit 320f693

Browse files
authored
Update python-package.yml with version
1 parent 95f0620 commit 320f693

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

.github/workflows/python-package.yml

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,8 @@ jobs:
2424
uses: actions/setup-python@v3
2525
with:
2626
python-version: ${{ matrix.python-version }}
27+
- name: Set static version in pyproject.toml
28+
run: sed -i "s/VERSION_PLACEHOLDER/0.0.1/g" pyproject.toml
2729
- name: Install dependencies
2830
run: |
2931
python -m pip install --upgrade pip

0 commit comments

Comments
 (0)