-
-
Notifications
You must be signed in to change notification settings - Fork 18
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Synchronize CI with other reactive-python repos (#266)
- Loading branch information
1 parent
d663d12
commit c8b4ec0
Showing
6 changed files
with
9 additions
and
10 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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -19,10 +19,11 @@ jobs: | |
python-version: 3.x | ||
- name: Install dependencies | ||
run: pip install --upgrade pip hatch uv | ||
- name: Publish Develop Docs | ||
- name: Configure Git | ||
run: | | ||
git config user.name github-actions | ||
git config user.email [email protected] | ||
hatch run docs:deploy_develop | ||
- name: Publish Develop Docs | ||
run: hatch run docs:deploy_develop | ||
concurrency: | ||
group: publish-docs |
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 |
---|---|---|
|
@@ -19,10 +19,11 @@ jobs: | |
python-version: 3.x | ||
- name: Install dependencies | ||
run: pip install --upgrade pip hatch uv | ||
- name: Publish ${{ github.event.release.name }} Docs | ||
- name: Configure Git | ||
run: | | ||
git config user.name github-actions | ||
git config user.email [email protected] | ||
hatch run docs:deploy_latest ${{ github.ref_name }} | ||
- name: Publish ${{ github.event.release.name }} Docs | ||
run: hatch run docs:deploy_latest ${{ github.ref_name }} | ||
concurrency: | ||
group: publish-docs |
3 changes: 0 additions & 3 deletions
3
.github/workflows/publish-py.yml → .github/workflows/publish-python.yml
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 |
---|---|---|
|
@@ -11,7 +11,7 @@ on: | |
- cron: "0 0 * * *" | ||
|
||
jobs: | ||
python: | ||
python-source: | ||
runs-on: ubuntu-latest | ||
strategy: | ||
matrix: | ||
|
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