Compare commits

..

No commits in common. "3a28ec690c44953780136ff661ea0ac2e03678d7" and "9a57b096f58a7b070f79bd35356f77919499670f" have entirely different histories.

5 changed files with 1 additions and 7 deletions

View File

@ -4,7 +4,6 @@ updates:
- package-ecosystem: "github-actions"
directory: "/"
target-branch: "dev"
schedule:
# Check for updates to GitHub Actions every weekday
interval: "daily"

View File

@ -76,7 +76,7 @@ jobs:
platforms: arm64
- name: Build wheels
uses: pypa/cibuildwheel@2.5.0
uses: pypa/cibuildwheel@v2.4.0
env:
MACOSX_DEPLOYMENT_TARGET: "10.15"
CIBW_ARCHS_LINUX: ${{ matrix.arch[3] }}

View File

@ -1,2 +0,0 @@
```{include} ../CHANGELOG.md
```

View File

@ -1,2 +0,0 @@
```{include} ../LICENSE.md
```

View File

@ -46,7 +46,6 @@ docs = [
stubs = ["pybind11-stubgen"]
[project.urls]
Docs = "https://quicktex.readthedocs.io/en/"
Source = "https://github.com/drewcassidy/quicktex"
Changelog = "https://github.com/drewcassidy/quicktex/blob/main/CHANGELOG.md"