Skip to content

Commit 3652033

Browse files
authored
chore: release prep for v1.3.6 (#13)
1 parent 3d8d768 commit 3652033

File tree

5 files changed

+22
-17
lines changed

5 files changed

+22
-17
lines changed

.github/workflows/build-and-deploy.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -62,7 +62,8 @@ jobs:
6262
- name: Set up Python
6363
uses: actions/setup-python@v6
6464
with:
65-
python-version: '3.13'
65+
python-version-file: .python-version
66+
cache: 'pip'
6667

6768
- name: Install Python dependencies
6869
run: pip install -r requirements.txt

.github/workflows/publish.yml

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -78,7 +78,8 @@ jobs:
7878
- name: Set up Python
7979
uses: actions/setup-python@v6
8080
with:
81-
python-version: '3.13'
81+
python-version-file: .python-version
82+
cache: 'pip'
8283

8384
- name: Install Python dependencies
8485
run: pip install -r requirements.txt

.python-version

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
3.13

package-lock.json

Lines changed: 16 additions & 14 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@networkpro/docs",
3-
"version": "1.3.5",
3+
"version": "1.3.6",
44
"description": "The documentation portal for Network Pro Strategies (Network Pro™)",
55
"keywords": [
66
"android",

0 commit comments

Comments
 (0)