From 490a57e5252f59e630941507af417648facd63ed Mon Sep 17 00:00:00 2001 From: Obijuan Date: Sat, 23 Mar 2024 00:57:51 +0100 Subject: [PATCH] github action update --- .github/workflows/Publish.yml | 4 ++-- Makefile | 2 +- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/.github/workflows/Publish.yml b/.github/workflows/Publish.yml index 29dec89e..c8f227cf 100644 --- a/.github/workflows/Publish.yml +++ b/.github/workflows/Publish.yml @@ -10,13 +10,13 @@ jobs: steps: # -- Checkout the main branch - name: Checkout sources - uses: actions/checkout@v3 + uses: actions/checkout@v4 with: ref: master # -- Install and and configure python - name: Set up Python - uses: actions/setup-python@v4 + uses: actions/setup-python@v5 with: python-version: "3.9" diff --git a/Makefile b/Makefile index 0a9a258a..75fcc566 100644 --- a/Makefile +++ b/Makefile @@ -30,7 +30,7 @@ tox: ## Run tox python -m tox publish_test: ## Publish to testPypi - flit publish --repository pypitest + flit publish --repository testpypi publish: ## Publish to PyPi python -m flit publish