| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
1 parent c1ecd23 commit f980636
2 files changed
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -17,7 +17,7 @@ jobs: | |||
| 17 | 17 | name: Build wheels on ${{ matrix.os }} | |
| 18 | 18 | ||
| 19 | 19 | steps: | |
| 20 | - - uses: actions/checkout@v5 | ||
| 20 | + - uses: actions/checkout@v6 | ||
| 21 | 21 | - uses: actions/setup-python@v6 | |
| 22 | 22 | with: | |
| 23 | 23 | python-version: "3.x" | |
@@ -29,7 +29,7 @@ jobs: | |||
| 29 | 29 | make cython | |
| 30 | 30 | ||
| 31 | 31 | - name: Build | |
| 32 | - uses: pypa/cibuildwheel@v3.2.0 | ||
| 32 | + uses: pypa/cibuildwheel@v3.3.0 | ||
| 33 | 33 | env: | |
| 34 | 34 | CIBW_TEST_REQUIRES: "pytest" | |
| 35 | 35 | CIBW_TEST_COMMAND: "pytest {package}/test" | |
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
@@ -1,3 +1,3 @@ | |||
| 1 | - Cython==3.1.4 | ||
| 1 | + Cython==3.2.1 | ||
| 2 | 2 | setuptools==78.1.1 | |
| 3 | 3 | build | |
| Back | FazBrowse Home | New Git URL |
0 commit comments