Skip to content

Commit 9137b9f

Browse files
committed
Merge remote-tracking branch 'refs/remotes/origin/main'
2 parents e965d98 + 320f693 commit 9137b9f

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)