1
0
Fork 0
mirror of https://github.com/ultrajson/ultrajson.git synced 2024-05-11 13:46:12 +02:00

Compare commits

...

4 Commits

Author SHA1 Message Date
Peter Varo bf9c7e0f97
Merge 6491c1839b into 6aeaa9626a 2024-03-01 11:59:17 -07:00
Hugo van Kemenade 6aeaa9626a
Update github-actions (#622) 2024-03-01 12:13:14 +02:00
renovate[bot] 9cdf1e1aa7
Update github-actions 2024-03-01 01:45:14 +00:00
renovate[bot] 45e00b34c4 Update pypa/cibuildwheel action to v2.16.5 2024-02-01 13:26:45 +00:00
3 changed files with 4 additions and 4 deletions

View File

@ -37,7 +37,7 @@ jobs:
# https://github.com/pypa/cibuildwheel
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.16.5
with:
output-dir: dist
# Options are supplied via environment variables:
@ -89,7 +89,7 @@ jobs:
# https://github.com/pypa/cibuildwheel
- name: Build wheels
uses: pypa/cibuildwheel@v2.16.2
uses: pypa/cibuildwheel@v2.16.5
with:
output-dir: dist
# Options are supplied via environment variables:

View File

@ -11,4 +11,4 @@ jobs:
- uses: actions/setup-python@v5
with:
python-version: "3.x"
- uses: pre-commit/action@v3.0.0
- uses: pre-commit/action@v3.0.1

View File

@ -13,6 +13,6 @@ jobs:
runs-on: ubuntu-latest
steps:
# Drafts your next release notes as pull requests are merged into "main"
- uses: release-drafter/release-drafter@v5
- uses: release-drafter/release-drafter@v6
env:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}