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 ed11657 commit 0f814a9Copy full SHA for 0f814a9
.github/workflows/wheels.yml
@@ -23,18 +23,11 @@ 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