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