From 496de624ce3b76787ee233eac2e62a1f41b5c34c Mon Sep 17 00:00:00 2001 From: Christopher Goes Date: Fri, 23 Aug 2024 12:59:32 -0600 Subject: [PATCH] lol --- .github/workflows/ci.yml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/ci.yml b/.github/workflows/ci.yml index 4f64185..13e6cf7 100644 --- a/.github/workflows/ci.yml +++ b/.github/workflows/ci.yml @@ -10,7 +10,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup PDM - uses: actions/setup-pdm@v4 + uses: pdm-project/setup-pdm@v4 with: python-version: "3.11" cache: true @@ -54,7 +54,7 @@ jobs: steps: - uses: actions/checkout@v4 - name: Setup PDM - uses: actions/setup-pdm@v4 + uses: pdm-project/setup-pdm@v4 with: python-version: ${{ matrix.python-version }} architecture: ${{ matrix.architecture }} @@ -114,7 +114,7 @@ jobs: # steps: # - uses: actions/checkout@v4 # - name: Setup PDM -# uses: actions/setup-pdm@v4 +# uses: pdm-project/setup-pdm@v4 # with: # python-version: "3.11" # - name: Publish package distributions to PyPI