From f375ba7a31f4965a10a80c053112b29ad3f4f1ec Mon Sep 17 00:00:00 2001 From: krateng Date: Mon, 30 Oct 2023 01:52:09 +0100 Subject: [PATCH] Upgraded pypi workflow --- .github/workflows/docker.yml | 2 +- .github/workflows/pypi.yml | 6 +++--- dev/releases/3.2.yml | 2 +- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/docker.yml b/.github/workflows/docker.yml index b8b061b..0ff100f 100644 --- a/.github/workflows/docker.yml +++ b/.github/workflows/docker.yml @@ -54,7 +54,7 @@ jobs: push: ${{ github.event_name != 'pull_request' }} tags: ${{ steps.meta.outputs.tags }} labels: ${{ steps.meta.outputs.labels }} - platforms: linux/amd64,linux/arm64 #,linux/arm/v7 #build this ourselves + platforms: linux/amd64,linux/arm64 #,linux/arm/v7 #build this ourselves GH: #229 cache-from: type=local,src=/tmp/.buildx-cache cache-to: type=local,dest=/tmp/.buildx-cache-new,mode=max diff --git a/.github/workflows/pypi.yml b/.github/workflows/pypi.yml index f067ea1..b06cc9c 100644 --- a/.github/workflows/pypi.yml +++ b/.github/workflows/pypi.yml @@ -11,10 +11,10 @@ jobs: runs-on: ubuntu-latest steps: - name: Check out the repo - uses: actions/checkout@ec3a7ce113134d7a93b817d10a8272cb61118579 + uses: actions/checkout@b4ffde65f46336ab88eb53be808477a3936bae11 - name: Set up Python - uses: actions/setup-python@7f80679172b057fc5e90d70d197929d454754a5a + uses: actions/setup-python@65d7f2d534ac1bc67fcd62888c5f4f3d2cb2b236 with: python-version: '3.x' @@ -25,7 +25,7 @@ jobs: run: python -m build - name: Publish to PyPI - uses: pypa/gh-action-pypi-publish@717ba43cfbb0387f6ce311b169a825772f54d295 + uses: pypa/gh-action-pypi-publish@b7f401de30cb6434a1e19f805ff006643653240e with: user: __token__ password: ${{ secrets.PYPI_API_TOKEN }} diff --git a/dev/releases/3.2.yml b/dev/releases/3.2.yml index 4c16804..5478adf 100644 --- a/dev/releases/3.2.yml +++ b/dev/releases/3.2.yml @@ -1,6 +1,6 @@ minor_release_name: "Nicole" 3.2.0: - commit: "765f8b3401123ded9b8118fd00e26de2fe5ca981" + commit: "34d0a49eb8deae2fb95233289521bb817732c772" notes: - "[Architecture] Switched to linuxserver.io container base image" - "[Architecture] Reworked image handling"