File tree Expand file tree Collapse file tree 3 files changed +3
-6
lines changed
Expand file tree Collapse file tree 3 files changed +3
-6
lines changed Original file line number Diff line number Diff line change 1- # Git
2- .git
1+ # Git (keep .git for version detection)
32.gitignore
43.github
54
Original file line number Diff line number Diff line change @@ -174,7 +174,8 @@ jobs:
174174
175175 - name : Build package
176176 if : matrix.python-version == '3.11'
177- run : python -m build
177+ run : |
178+ python -m build
178179
179180 - name : Publish package
180181 if : matrix.python-version == '3.11'
Original file line number Diff line number Diff line change @@ -16,9 +16,6 @@ RUN pip install --no-cache-dir -r requirements.txt
1616# Copy source code for installation
1717COPY . .
1818
19- # Use setuptools_scm with the version passed from the build
20- ENV SETUPTOOLS_SCM_PRETEND_VERSION=$VERSION
21-
2219# Install the package
2320RUN pip install --no-cache-dir .
2421
You can’t perform that action at this time.
0 commit comments