Commit de9d1bf 1 parent 196f8a6 commit de9d1bf Copy full SHA for de9d1bf
File tree 2 files changed +9
-59
lines changed
2 files changed +9
-59
lines changed Load Diff This file was deleted.
Original file line number Diff line number Diff line change 30
30
- uses : " actions/setup-python@v5"
31
31
with :
32
32
python-version : ${{ matrix.python }}
33
+ - run : " python -m pip install requirements.in"
34
+ - run : " python -m pip install requirements-dev.in"
33
35
- run : " python -m pip install --editable ."
34
36
- run : " python -m pytest"
35
37
- env :
@@ -72,13 +74,13 @@ jobs:
72
74
- env :
73
75
GITHUB_TOKEN : " ${{ github.token }}"
74
76
run : " gh release upload '${{ github.ref_name }}' dist/** --repo '${{ github.repository }}'"
75
- ruff :
76
- runs-on : " ubuntu-latest"
77
- steps :
78
- - uses : " actions/checkout@v4"
79
- - uses : " chartboost/ruff-action@v1"
80
- with :
81
- args : " format --check"
77
+ # ruff:
78
+ # runs-on: "ubuntu-latest"
79
+ # steps:
80
+ # - uses: "actions/checkout@v4"
81
+ # - uses: "chartboost/ruff-action@v1"
82
+ # with:
83
+ # args: "format --check"
82
84
testpypi :
83
85
environment :
84
86
name : " test.pypi.org"
You can’t perform that action at this time.
0 commit comments