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 96974b2 commit 2782ed3Copy full SHA for 2782ed3
.github/workflows/check.yml
@@ -28,7 +28,7 @@ jobs:
28
python-version: "3.10"
29
- name: install tox
30
run: python -m pip install tox
31
- - uses: actions/checkout@v2
+ - uses: actions/checkout@v3
32
- name: setup python for test ${{ matrix.py }}
33
uses: actions/setup-python@v2
34
with:
@@ -60,7 +60,7 @@ jobs:
60
- dev
61
- pkg_check
62
steps:
63
64
- name: setup Python 3.10
65
66
@@ -83,7 +83,7 @@ jobs:
83
84
- name: install build
85
run: python -m pip install build
86
87
- name: build package
88
run: python -m build --sdist --wheel . -o dist
89
- name: publish to PyPI
0 commit comments