Skip to content

Commit 164abff

Browse files
authored
Merge branch 'main' into dependabot/github_actions/actions/checkout-4
2 parents db8b18c + 6c927f9 commit 164abff

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish-on-pypi.yaml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,8 @@ jobs:
1212
runs-on: ubuntu-latest
1313
steps:
1414
- uses: actions/checkout@v4
15-
- uses: actions/setup-python@v2
15+
- uses: actions/setup-python@v5
16+
1617
- uses: casperdcl/deploy-pypi@v2
1718
with:
1819
password: ${{ secrets.PYPI_API_TOKEN }}

0 commit comments

Comments
 (0)