mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
Compare commits
4 Commits
9a57b096f5
...
3a28ec690c
Author | SHA1 | Date | |
---|---|---|---|
3a28ec690c | |||
697f7243a0 | |||
22e1455ceb | |||
|
c13f64828f |
1
.github/dependabot.yml
vendored
1
.github/dependabot.yml
vendored
@ -4,6 +4,7 @@ updates:
|
|||||||
|
|
||||||
- package-ecosystem: "github-actions"
|
- package-ecosystem: "github-actions"
|
||||||
directory: "/"
|
directory: "/"
|
||||||
|
target-branch: "dev"
|
||||||
schedule:
|
schedule:
|
||||||
# Check for updates to GitHub Actions every weekday
|
# Check for updates to GitHub Actions every weekday
|
||||||
interval: "daily"
|
interval: "daily"
|
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@ -76,7 +76,7 @@ jobs:
|
|||||||
platforms: arm64
|
platforms: arm64
|
||||||
|
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
uses: pypa/cibuildwheel@v2.4.0
|
uses: pypa/cibuildwheel@2.5.0
|
||||||
env:
|
env:
|
||||||
MACOSX_DEPLOYMENT_TARGET: "10.15"
|
MACOSX_DEPLOYMENT_TARGET: "10.15"
|
||||||
CIBW_ARCHS_LINUX: ${{ matrix.arch[3] }}
|
CIBW_ARCHS_LINUX: ${{ matrix.arch[3] }}
|
||||||
|
2
docs/changelog.md
Normal file
2
docs/changelog.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
```{include} ../CHANGELOG.md
|
||||||
|
```
|
2
docs/license.md
Normal file
2
docs/license.md
Normal file
@ -0,0 +1,2 @@
|
|||||||
|
```{include} ../LICENSE.md
|
||||||
|
```
|
@ -46,6 +46,7 @@ docs = [
|
|||||||
stubs = ["pybind11-stubgen"]
|
stubs = ["pybind11-stubgen"]
|
||||||
|
|
||||||
[project.urls]
|
[project.urls]
|
||||||
|
Docs = "https://quicktex.readthedocs.io/en/"
|
||||||
Source = "https://github.com/drewcassidy/quicktex"
|
Source = "https://github.com/drewcassidy/quicktex"
|
||||||
Changelog = "https://github.com/drewcassidy/quicktex/blob/main/CHANGELOG.md"
|
Changelog = "https://github.com/drewcassidy/quicktex/blob/main/CHANGELOG.md"
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user