Skip to content

Commit

Permalink
chore: Update GH actions versions
Browse files Browse the repository at this point in the history
  • Loading branch information
lRomul committed Apr 16, 2024
1 parent 6c1431d commit cf39efd
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,7 +10,7 @@ jobs:
steps:
- uses: actions/checkout@v4
- name: Set up Python
uses: actions/setup-python@v4
uses: actions/setup-python@v5
with:
python-version: '3.x'
- name: Install dependencies
Expand All @@ -20,6 +20,6 @@ jobs:
- name: Build package
run: python -m build
- name: Publish package
uses: pypa/gh-action-pypi-publish@v1
uses: pypa/gh-action-pypi-publish@release/v1
with:
password: ${{ secrets.PYPI_API_TOKEN }}
2 changes: 1 addition & 1 deletion .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -38,4 +38,4 @@ jobs:
- name: Test
run: pytest
- name: Upload coverage
uses: codecov/codecov-action@v3
uses: codecov/codecov-action@v4

0 comments on commit cf39efd

Please sign in to comment.