-
Notifications
You must be signed in to change notification settings - Fork 50
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge remote-tracking branch 'origin/main' into Akuli-patch-1
- Loading branch information
Showing
14 changed files
with
72 additions
and
83 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -14,7 +14,7 @@ jobs: | |
python-version: "3.8" # last version supporting windows 7 | ||
cache: pip | ||
- run: pip install wheel | ||
- run: pip install -r requirements.txt -r requirements-dev.txt | ||
- run: pip install -r requirements-dev.txt | ||
- uses: egor-tensin/setup-clang@v1 | ||
with: | ||
platform: x64 | ||
|
@@ -25,22 +25,23 @@ jobs: | |
name: windows-exe | ||
path: build/PorcupineSetup_*.exe | ||
|
||
docs: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- uses: actions/checkout@v2 | ||
- uses: actions/setup-python@v4 | ||
with: | ||
python-version: "3.11" | ||
cache: pip | ||
- run: pip install wheel | ||
- run: pip install -r requirements.txt -r requirements-dev.txt | ||
- run: python3 -m sphinx ./docs ./build | ||
- if: startsWith(github.ref, 'refs/tags/v') | ||
uses: JamesIves/[email protected] | ||
with: | ||
branch: gh-pages | ||
folder: build | ||
# TODO: enable docs again? don't know why broken | ||
#docs: | ||
# runs-on: ubuntu-latest | ||
# steps: | ||
# - uses: actions/checkout@v2 | ||
# - uses: actions/setup-python@v4 | ||
# with: | ||
# python-version: "3.11" | ||
# cache: pip | ||
# - run: pip install wheel | ||
# - run: pip install -r requirements-dev.txt | ||
# - run: python3 -m sphinx ./docs ./build | ||
# - if: startsWith(github.ref, 'refs/tags/v') | ||
# uses: JamesIves/[email protected] | ||
# with: | ||
# branch: gh-pages | ||
# folder: build | ||
|
||
changelog: | ||
runs-on: ubuntu-latest | ||
|
@@ -58,7 +59,8 @@ jobs: | |
release: | ||
runs-on: ubuntu-latest | ||
# https://stackoverflow.com/a/58478262 | ||
needs: [windows-build, docs, changelog] | ||
#needs: [windows-build, docs, changelog] | ||
needs: [windows-build, changelog] | ||
if: startsWith(github.ref, 'refs/tags/v') | ||
steps: | ||
- uses: actions/download-artifact@v2 | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -18,7 +18,7 @@ build-backend = "flit_core.buildapi" | |
|
||
[project] | ||
name = "porcupine" | ||
version = "2023.06.27" | ||
version = "2024.02.07" | ||
description = "A decent editor written in tkinter" | ||
authors = [{name = "Akuli", email = "[email protected]"}] | ||
readme = "README.md" | ||
|
@@ -41,7 +41,8 @@ dependencies = [ | |
"psutil>=5.8.0,<6.0.0", | ||
"PyYAML>=6.0,<7", | ||
"tree-sitter-builds==2023.3.12", | ||
"sv-ttk>=2.5.5", | ||
# TODO: upgrade sv-ttk | ||
"sv-ttk==2.5.5", | ||
] | ||
|
||
[project.optional-dependencies] | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters