mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
Compare commits
No commits in common. "3a28ec690c44953780136ff661ea0ac2e03678d7" and "9a57b096f58a7b070f79bd35356f77919499670f" have entirely different histories.
3a28ec690c
...
9a57b096f5
1
.github/dependabot.yml
vendored
1
.github/dependabot.yml
vendored
@ -4,7 +4,6 @@ updates:
|
||||
|
||||
- package-ecosystem: "github-actions"
|
||||
directory: "/"
|
||||
target-branch: "dev"
|
||||
schedule:
|
||||
# Check for updates to GitHub Actions every weekday
|
||||
interval: "daily"
|
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@ -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] }}
|
||||
|
@ -1,2 +0,0 @@
|
||||
```{include} ../CHANGELOG.md
|
||||
```
|
@ -1,2 +0,0 @@
|
||||
```{include} ../LICENSE.md
|
||||
```
|
@ -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"
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user