Skip to content

Commit

Permalink
chore: update dev version
Browse files Browse the repository at this point in the history
  • Loading branch information
joaoandre-avaiga committed Aug 28, 2024
1 parent 54d69ae commit c67a3ba
Show file tree
Hide file tree
Showing 12 changed files with 7 additions and 28 deletions.
10 changes: 1 addition & 9 deletions .github/workflows/build-and-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -111,8 +111,6 @@ jobs:
- name: Copy tools
run: |
ls -lah
ls -lah taipy/config
cp -r tools ${{ steps.set-variables.outputs.package_dir }}
- name: Install dependencies
Expand All @@ -137,33 +135,27 @@ jobs:
- name: Copy files from tools
run: |
ls -lah taipy/config
cp -r tools/packages/taipy-${{matrix.package}}/. ${{ steps.set-variables.outputs.package_dir }}
ls -lah taipy/config
- name: Build Package Structure
working-directory: ${{ steps.set-variables.outputs.package_dir }}
run: |
ls -lah
python tools/release/build_package_structure.py ${{ matrix.package }}
ls -lah
ls -lah taipy/${{ matrix.package }}
- name: Copy Taipy Logger
if: matrix.package == 'config'
run: |
ls -lah taipy/config
cp -r taipy/logger/. ${{ steps.set-variables.outputs.package_dir }}/taipy/logger
- name: Copy _cli folder
run: |
ls -lah taipy/config
cp -r taipy/_cli/. ${{ steps.set-variables.outputs.package_dir }}/taipy/_cli
- name: Build package
working-directory: ${{ steps.set-variables.outputs.package_dir }}
run: |
pwd
ls -lah taipy/config
python -m build
for file in ./dist/*; do mv "$file" "${file//_/-}"; done
Expand Down
2 changes: 1 addition & 1 deletion taipy/config/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"major": 4, "minor": 0, "patch": 0, "ext": "dev0"}
{"major": 4, "minor": 0, "patch": 0, "ext": "dev1"}
3 changes: 0 additions & 3 deletions taipy/core/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,3 @@ find = {include = ["taipy", "taipy.core", "taipy.core.*"]}

[project.urls]
homepage = "https://github.com/avaiga/taipy"

[tool.setuptools.data-files]
"version" = ["version.json"]
2 changes: 1 addition & 1 deletion taipy/core/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"major": 4, "minor": 0, "patch": 0, "ext": "dev0"}
{"major": 4, "minor": 0, "patch": 0, "ext": "dev1"}
3 changes: 0 additions & 3 deletions taipy/gui/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,3 @@ find = {include = ["taipy", "taipy.gui", "taipy.gui.*"]}

[project.urls]
homepage = "https://github.com/avaiga/taipy"

[tool.setuptools.data-files]
"version" = ["version.json"]
2 changes: 1 addition & 1 deletion taipy/gui/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"major": 4, "minor": 0, "patch": 0, "ext": "dev0"}
{"major": 4, "minor": 0, "patch": 0, "ext": "dev1"}
3 changes: 0 additions & 3 deletions taipy/rest/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,3 @@ find = {include = ["taipy", "taipy.rest"]}

[project.urls]
homepage = "https://github.com/avaiga/taipy"

[tool.setuptools.data-files]
"version" = ["version.json"]
2 changes: 1 addition & 1 deletion taipy/rest/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"major": 4, "minor": 0, "patch": 0, "ext": "dev0"}
{"major": 4, "minor": 0, "patch": 0, "ext": "dev1"}
3 changes: 0 additions & 3 deletions taipy/templates/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -28,6 +28,3 @@ find = {include = ["taipy"]}

[project.urls]
homepage = "https://github.com/avaiga/taipy"

[tool.setuptools.data-files]
"version" = ["version.json"]
2 changes: 1 addition & 1 deletion taipy/templates/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"major": 4, "minor": 0, "patch": 0, "ext": "dev0"}
{"major": 4, "minor": 0, "patch": 0, "ext": "dev1"}
2 changes: 1 addition & 1 deletion taipy/version.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"major": 4, "minor": 0, "patch": 0, "ext": "dev0"}
{"major": 4, "minor": 0, "patch": 0, "ext": "dev1"}
1 change: 0 additions & 1 deletion tools/packages/taipy-config/MANIFEST.in
Original file line number Diff line number Diff line change
@@ -1,6 +1,5 @@
include taipy/config/*.pyi
include taipy/config/*.json
include *.json
include version.json
include taipy/config/setup.requirements.txt
include package_desc.md

0 comments on commit c67a3ba

Please sign in to comment.