mirror of
https://github.com/drewcassidy/quicktex.git
synced 2024-09-13 06:37:34 +00:00
Compare commits
1 Commits
0.1.4
...
dependabot
Author | SHA1 | Date | |
---|---|---|---|
cabf67a7d4 |
8
.github/dependabot.yml
vendored
8
.github/dependabot.yml
vendored
@ -7,10 +7,4 @@ updates:
|
|||||||
target-branch: "dev"
|
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"
|
||||||
|
|
||||||
# Maintain dependencies for pip
|
|
||||||
- package-ecosystem: "pip"
|
|
||||||
directory: "/"
|
|
||||||
schedule:
|
|
||||||
interval: "weekly"
|
|
2
.github/workflows/python-package.yml
vendored
2
.github/workflows/python-package.yml
vendored
@ -78,7 +78,7 @@ jobs:
|
|||||||
platforms: arm64
|
platforms: arm64
|
||||||
|
|
||||||
- name: Build wheels
|
- name: Build wheels
|
||||||
uses: pypa/cibuildwheel@v2.11.2
|
uses: pypa/cibuildwheel@v2.12.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,7 +2,7 @@
|
|||||||
|
|
||||||
All notable changes to this project will be documented in this file
|
All notable changes to this project will be documented in this file
|
||||||
|
|
||||||
## 0.1.4 - 2022-10-30
|
## Unreleased
|
||||||
|
|
||||||
### Changed
|
### Changed
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user