From 9071262cdf29a122c20fd9a23d316c4851afe825 Mon Sep 17 00:00:00 2001 From: Anthony Pesce Date: Mon, 15 Sep 2025 16:19:22 -0400 Subject: [PATCH 1/3] chore: more fixes for the workflows (#71) * chore: more fixes for the workflows * chore: one more naming attempt * chore: one more try --- .github/workflows/_python-wheels.yml | 6 +++--- .github/workflows/_release.yml | 4 +--- 2 files changed, 4 insertions(+), 6 deletions(-) diff --git a/.github/workflows/_python-wheels.yml b/.github/workflows/_python-wheels.yml index 44a0346d..0de47dbe 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 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 }} From a96d95c1431e4f1ce2ade7b2c5639e8a2f676695 Mon Sep 17 00:00:00 2001 From: Anthony Pesce Date: Mon, 15 Sep 2025 16:27:30 -0400 Subject: [PATCH 2/3] Enable verbose output for Test PyPI upload --- .github/workflows/_python-wheels.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/.github/workflows/_python-wheels.yml b/.github/workflows/_python-wheels.yml index 0de47dbe..c55a17e0 100644 --- a/.github/workflows/_python-wheels.yml +++ b/.github/workflows/_python-wheels.yml @@ -63,3 +63,4 @@ jobs: user: __token__ password: ${{ secrets.TEST_PYPI_TOKEN }} repository_url: https://test.pypi.org/legacy/ + verbose: true From f856e588b4aaa66ddb0c7244014a6697e2a22a38 Mon Sep 17 00:00:00 2001 From: Anthony Pesce Date: Mon, 15 Sep 2025 16:47:36 -0400 Subject: [PATCH 3/3] Bump version from 0.2.0 to 0.4.0 --- VERSION | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/VERSION b/VERSION index 0ea3a944..1d0ba9ea 100644 --- a/VERSION +++ b/VERSION @@ -1 +1 @@ -0.2.0 +0.4.0