diff --git a/.github/workflows/_python-wheels.yml b/.github/workflows/_python-wheels.yml index 44a0346d..c55a17e0 100644 --- a/.github/workflows/_python-wheels.yml +++ b/.github/workflows/_python-wheels.yml @@ -34,8 +34,7 @@ jobs: - uses: actions/upload-artifact@v4 with: - overwrite: true - name: wheels + name: wheels-${{ matrix.os }}-${{ matrix.architecture }} path: ./wheelhouse/*.whl upload-wheels-to-pypi: @@ -46,8 +45,9 @@ jobs: steps: - uses: actions/download-artifact@v4 with: - name: wheels + pattern: wheels-* path: dist + merge-multiple: true - name: Publish package to PyPI if: inputs.publishToPyPI @@ -63,3 +63,4 @@ jobs: user: __token__ password: ${{ secrets.TEST_PYPI_TOKEN }} repository_url: https://test.pypi.org/legacy/ + verbose: true diff --git a/.github/workflows/_release.yml b/.github/workflows/_release.yml index b60dd621..efff2e4a 100644 --- a/.github/workflows/_release.yml +++ b/.github/workflows/_release.yml @@ -38,7 +38,7 @@ jobs: "libName": "libfastfec", "exeExt": "" }, - "mac": { + "macos": { "libExt": "dylib", "libName": "libfastfec", "exeExt": "" @@ -74,7 +74,6 @@ jobs: uses: actions/upload-artifact@v4 if: matrix.os != 'wasm' with: - overwrite: true name: fastfec-${{ matrix.os }}-${{ matrix.architecture }}-${{ inputs.version }} path: | fastfec-${{ matrix.os }}-${{ matrix.architecture }}-${{ inputs.version }}.zip @@ -83,7 +82,6 @@ jobs: uses: actions/upload-artifact@v4 if: matrix.os == 'wasm' with: - overwrite: true name: libfastfec-${{ matrix.os }}-${{ inputs.version }} path: | libfastfec-${{ inputs.version }}.${{ steps.map.outputs.libExt }} diff --git a/VERSION b/VERSION index 0ea3a944..1d0ba9ea 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 +0.4.0