diff --git a/.github/workflows/manual_triggerd_build_and_upload_to_test_pypi.yml b/.github/workflows/manual_triggerd_build_and_upload_to_test_pypi.yml index 55438af..f13abd7 100644 --- a/.github/workflows/manual_triggerd_build_and_upload_to_test_pypi.yml +++ b/.github/workflows/manual_triggerd_build_and_upload_to_test_pypi.yml @@ -18,7 +18,7 @@ jobs: submodules: recursive - name: Build wheels - uses: pypa/cibuildwheel@v2.16.5 + uses: pypa/cibuildwheel@v2.20.0 - uses: actions/upload-artifact@v4 with: @@ -53,8 +53,8 @@ jobs: path: dist merge-multiple: true - - uses: pypa/gh-action-pypi-publish@v1.8.11 + - uses: pypa/gh-action-pypi-publish@v1 with: user: __token__ password: ${{ secrets.TEST_PYPI_PYSOEM_ACCESS_TOKEN }} - repository_url: https://test.pypi.org/legacy/ \ No newline at end of file + repository-url: https://test.pypi.org/legacy/ \ No newline at end of file diff --git a/.github/workflows/release_triggerd_build_and_upload_to_pypi.yml b/.github/workflows/release_triggerd_build_and_upload_to_pypi.yml index 01af42b..2d1604c 100644 --- a/.github/workflows/release_triggerd_build_and_upload_to_pypi.yml +++ b/.github/workflows/release_triggerd_build_and_upload_to_pypi.yml @@ -20,7 +20,7 @@ jobs: submodules: recursive - name: Build wheels - uses: pypa/cibuildwheel@v2.16.5 + uses: pypa/cibuildwheel@v2.20.0 - uses: actions/upload-artifact@v4 with: @@ -55,7 +55,7 @@ jobs: path: dist merge-multiple: true - - uses: pypa/gh-action-pypi-publish@v1.8.11 + - uses: pypa/gh-action-pypi-publish@v1 with: user: __token__ password: ${{ secrets.PYPI_PYSOEM_ACCESS_TOKEN }} \ No newline at end of file