Skip to content

Commit

Permalink
github action update
Browse files Browse the repository at this point in the history
  • Loading branch information
Obijuan committed Mar 22, 2024
1 parent ca33536 commit 490a57e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/Publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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"

Expand Down
2 changes: 1 addition & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 490a57e

Please sign in to comment.