Skip to content

Commit e0373d4

Browse files
committed
Bump versions in release workflow
1 parent 74006a6 commit e0373d4

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

.github/workflows/publish.yml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -13,12 +13,12 @@ jobs:
1313
if: ((github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) || contains(github.event.pull_request.labels.*.name, 'Build wheels'))
1414

1515
steps:
16-
- uses: actions/checkout@v2
16+
- uses: actions/checkout@v3
1717
with:
1818
fetch-depth: 0
19-
- uses: actions/setup-python@v2
19+
- uses: actions/setup-python@v4
2020
with:
21-
python-version: 3.8
21+
python-version: 3.9
2222

2323
- name: Install python-build and twine
2424
run: python -m pip install build "twine>=3.3"

0 commit comments

Comments
 (0)