We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 74006a6 commit e0373d4Copy full SHA for e0373d4
.github/workflows/publish.yml
@@ -13,12 +13,12 @@ jobs:
13
if: ((github.event_name == 'push' && startsWith(github.ref, 'refs/tags')) || contains(github.event.pull_request.labels.*.name, 'Build wheels'))
14
15
steps:
16
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
17
with:
18
fetch-depth: 0
19
- - uses: actions/setup-python@v2
+ - uses: actions/setup-python@v4
20
21
- python-version: 3.8
+ python-version: 3.9
22
23
- name: Install python-build and twine
24
run: python -m pip install build "twine>=3.3"
0 commit comments