diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index 0e48426..5af0a61 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -39,9 +39,9 @@ jobs: sccache: 'true' manylinux: auto - name: Upload wheels - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: - name: wheels-linux-${{ matrix.platform.target }} + name: wheels path: textractor-py/dist windows: @@ -67,9 +67,9 @@ jobs: args: --release --out dist --find-interpreter sccache: 'true' - name: Upload wheels - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: - name: wheels-windows-${{ matrix.platform.target }} + name: wheels path: textractor-py/dist macos: @@ -94,9 +94,9 @@ jobs: args: --release --out dist --find-interpreter sccache: 'true' - name: Upload wheels - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: - name: wheels-macos-${{ matrix.platform.target }} + name: wheels path: textractor-py/dist sdist: @@ -110,9 +110,9 @@ jobs: command: sdist args: --out dist - name: Upload sdist - uses: actions/upload-artifact@v4 + uses: actions/upload-artifact@v3 with: - name: wheels-sdist + name: wheels path: textractor-py/dist release: