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.
2 parents ed11657 + b87077d commit 280c263Copy full SHA for 280c263
1 file changed
.github/workflows/wheels.yml
@@ -23,18 +23,10 @@ jobs:
23
poetry lock
24
poetry install
25
26
- - name: Build and build sdist package
27
- run: |
28
- poetry run python setup.py build
29
- poetry run python setup.py sdist
30
-
31
- name: Build wheel package
32
run: poetry run python setup.py bdist_wheel
33
34
- - name: Build wheels for more general OS
35
- run: poetry build --format=wheel
36
+
37
- uses: actions/upload-artifact@v4
38
with:
39
name: rehline-wheels-${{ matrix.os }}-${{ strategy.job-index }}
40
- path: ./dist
+ path: ./dist
0 commit comments