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 95f0620 commit 320f693Copy full SHA for 320f693
.github/workflows/python-package.yml
@@ -24,6 +24,8 @@ jobs:
24
uses: actions/setup-python@v3
25
with:
26
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
29
- name: Install dependencies
30
run: |
31
python -m pip install --upgrade pip
0 commit comments