diff --git a/.github/workflows/build-wheel-release-upload.yml b/.github/workflows/build-release-github-no-pypi.yml similarity index 76% rename from .github/workflows/build-wheel-release-upload.yml rename to .github/workflows/build-release-github-no-pypi.yml index 37db750..eb3d5e0 100644 --- a/.github/workflows/build-wheel-release-upload.yml +++ b/.github/workflows/build-release-github-no-pypi.yml @@ -1,4 +1,4 @@ -name: Build Wheel, Release on GitHub/PyPI, and Deploy Docs +name: Build Wheel, Release on GitHub, and Deploy Docs on: workflow_dispatch: @@ -8,11 +8,10 @@ on: jobs: build-release: - uses: scikit-package/release-scripts/.github/workflows/_build-wheel-release-upload.yml@v0 + uses: scikit-package/release-scripts/.github/workflows/_build-release-github-no-pypi.yml@v0 with: project: scikit-package-workspace c_extension: false maintainer_GITHUB_username: sbillinge secrets: - PYPI_TOKEN: ${{ secrets.PYPI_TOKEN }} PAT_TOKEN: ${{ secrets.PAT_TOKEN }} diff --git a/.github/workflows/release-on-github-on-tag-push.yml b/.github/workflows/release-on-github-on-tag-push.yml deleted file mode 100644 index 4d05896..0000000 --- a/.github/workflows/release-on-github-on-tag-push.yml +++ /dev/null @@ -1,15 +0,0 @@ -name: Release on GitHub with tag pushed to remote repository - -on: - workflow_dispatch: - push: - tags: - - "*" # Trigger on all tags initially, but tag and release privilege are verified in _build-wheel-release-upload.yml - -jobs: - release: - uses: scikit-package/release-scripts/.github/workflows/_release-on-github-on-tag-push.yml@v0 - with: - maintainer_GITHUB_username: sbillinge - secrets: - PAT_TOKEN: ${{ secrets.PAT_TOKEN }} diff --git a/news/update-workflow.rst b/news/update-workflow.rst new file mode 100644 index 0000000..19a8508 --- /dev/null +++ b/news/update-workflow.rst @@ -0,0 +1,23 @@ +**Added:** + +* + +**Changed:** + +* + +**Deprecated:** + +* + +**Removed:** + +* + +**Fixed:** + +* Update the deprecated workflows. + +**Security:** + +*