Skip to content

Commit

Permalink
fix: GH actions targets
Browse files Browse the repository at this point in the history
  • Loading branch information
GabDug committed Jan 25, 2024
1 parent fdc87da commit c0896f1
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 8 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/docs.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down
6 changes: 2 additions & 4 deletions .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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 }}
Expand Down Expand Up @@ -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/*
Expand Down

0 comments on commit c0896f1

Please sign in to comment.