mirror of
https://github.com/qurator-spk/eynollah.git
synced 2025-06-09 20:29:55 +02:00
CI: Use most recent actions/setup-python@v5
This commit is contained in:
parent
b4df978dd5
commit
77dae129d5
1 changed files with 1 additions and 1 deletions
2
.github/workflows/pypi.yml
vendored
2
.github/workflows/pypi.yml
vendored
|
@ -15,7 +15,7 @@ jobs:
|
|||
steps:
|
||||
- uses: actions/checkout@v4
|
||||
- name: Set up Python
|
||||
uses: actions/setup-python@v4
|
||||
uses: actions/setup-python@v5
|
||||
- name: Build package
|
||||
run: make build
|
||||
- name: Publish package distributions to PyPI
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue