diff --git a/.github/workflows/wheels.yml b/.github/workflows/wheels.yml index 349bb16..e46dc44 100644 --- a/.github/workflows/wheels.yml +++ b/.github/workflows/wheels.yml @@ -23,18 +23,10 @@ jobs: poetry lock poetry install - - name: Build and build sdist package - run: | - poetry run python setup.py build - poetry run python setup.py sdist - - name: Build wheel package run: poetry run python setup.py bdist_wheel - - - name: Build wheels for more general OS - run: poetry build --format=wheel - + - uses: actions/upload-artifact@v4 with: name: rehline-wheels-${{ matrix.os }}-${{ strategy.job-index }} - path: ./dist \ No newline at end of file + path: ./dist