From 8ce988cc253c240a3027ba58e33e47640935dd8b Mon Sep 17 00:00:00 2001 From: Phil Ewels Date: Tue, 23 Jan 2024 23:28:24 +0100 Subject: [PATCH] Update PyPI release github action --- .github/workflows/deploy-pypi.yml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/.github/workflows/deploy-pypi.yml b/.github/workflows/deploy-pypi.yml index 827a6a6..86b2ac3 100644 --- a/.github/workflows/deploy-pypi.yml +++ b/.github/workflows/deploy-pypi.yml @@ -14,7 +14,7 @@ jobs: - name: Set up Python uses: actions/setup-python@v3 with: - python-version: "3.10" + python-version: "3.12" - name: Install python dependencies run: | @@ -25,7 +25,6 @@ jobs: - name: Publish to PyPI if: github.repository == 'ewels/rich-codex' - uses: pypa/gh-action-pypi-publish@master + uses: pypa/gh-action-pypi-publish@release/v1 with: - user: __token__ password: ${{ secrets.PYPI_API_TOKEN }}