From c0896f16b7ac9a9807ff8c272e8a26b2f69b07a9 Mon Sep 17 00:00:00 2001 From: Gabriel Dugny Date: Thu, 25 Jan 2024 15:17:59 +0100 Subject: [PATCH] fix: GH actions targets --- .github/workflows/ci.yml | 3 +-- .github/workflows/docs.yml | 3 +-- .github/workflows/release.yml | 6 ++---- 3 files changed, 4 insertions(+), 8 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 3a48cf0c..ef24ba1c 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -62,8 +62,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup PDM - # XXX Use the upstream version when repository is not private - uses: ManoManoTech/setup-pdm@main + uses: pdm-project/setup-pdm@main id: setup-pdm with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/docs.yml b/.github/workflows/docs.yml index 631b4394..b754305a 100644 --- a/.github/workflows/docs.yml +++ b/.github/workflows/docs.yml @@ -35,8 +35,7 @@ jobs: with: fetch-depth: 0 - name: Setup PDM - # XXX Use the upstream version when repository is not private - uses: ManoManoTech/setup-pdm@main + uses: pdm-project/setup-pdm@main id: setup-pdm with: python-version: ${{ matrix.python-version }} diff --git a/.github/workflows/release.yml b/.github/workflows/release.yml index 07fc6e90..0670b0be 100644 --- a/.github/workflows/release.yml +++ b/.github/workflows/release.yml @@ -36,8 +36,7 @@ jobs: git tag -m "v${{ inputs.tag }}" "v${{ inputs.tag }}" - name: Setup Python & PDM - # XXX Use the upstream version when repository is not private - uses: ManoManoTech/setup-pdm@main + uses: pdm-project/setup-pdm@main id: setup-pdm with: python-version: ${{ env.PYTHON_VERSION }} @@ -146,8 +145,7 @@ jobs: name: dist path: dist - name: "Publish to GitHub" - # XXX Use the upstream version when repository is not private - uses: ManoManoTech/action-gh-release@v1 + uses: softprops/action-gh-release@v1 with: draft: true files: dist/*