diff --git a/.github/workflows/python-package.yml b/.github/workflows/python-package.yml index 3aeeef9ba..77316967d 100644 --- a/.github/workflows/python-package.yml +++ b/.github/workflows/python-package.yml @@ -237,15 +237,15 @@ jobs: - name: Inspect wheels directory after renaming files run: ls -alFR wheels/ - name: Create release and upload artifacts - env: - GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} - GITHUB_CONTINUOUS_RELEASE_NAME: Multi-Backend Preview - GITHUB_CONTINUOUS_RELEASE_TYPE: prerelease - GITHUB_CONTINUOUS_RELEASE_TAG: continuous-release_preview - run: | - wget -q https://github.com/TheAssassin/pyuploadtool/releases/download/continuous/pyuploadtool-x86_64.AppImage - chmod +x pyuploadtool-x86_64.AppImage - ./pyuploadtool-x86_64.AppImage --appimage-extract-and-run wheels/*.whl + uses: softprops/action-gh-release@v2.0.8 + with: + files: wheels/*.whl + prerelease: true + name: Multi-Backend Preview + tag_name: continuous-release-preview + make_latest: false + draft: true + target_commitish: ${{ github.ref_name }} audit-wheels: needs: build-wheels