Skip to content

Commit

Permalink
Merge branch 'main' into feat/delete_output
Browse files Browse the repository at this point in the history
# Conflicts:
#	CONCATENATED_README.md
  • Loading branch information
salemsd committed Jan 8, 2025
2 parents 2912727 + 622c193 commit 0a67650
Show file tree
Hide file tree
Showing 5 changed files with 13 additions and 142 deletions.
3 changes: 0 additions & 3 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,3 @@ jobs:
- name: Performs Windows tests
if: matrix.os == 'windows-latest'
run: tox -e 3.9-test

- name: Build README
run: tox -e build-readme
7 changes: 7 additions & 0 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,12 +27,19 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: '3.11'

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install build
python -m pip install tox
- name: Build README
run: tox -e build-readme

- name: Build Python 🐍 packages
run: python -m build

- name: Publish distribution 📦 to PyPI
# Upload packages only on a tagged commit
if: startsWith(github.ref, 'refs/tags')
Expand Down
138 changes: 0 additions & 138 deletions CONCATENATED_README.md

This file was deleted.

5 changes: 5 additions & 0 deletions docs/CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,3 +1,8 @@
v0.1.7 (2025-01-08)
-------------------

- move doc generation from ci.yml to publish.yml

v0.1.6 (2025-01-08)
-------------------

Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "antares_craft"
version = "0.1.6"
version = "0.1.7"
description = """Antares Craft python library under construction. It will allow to create, update and read antares studies."""
readme = "CONCATENATED_README.md"
license = {file = "LICENSE"}
Expand Down

0 comments on commit 0a67650

Please sign in to comment.