Skip to content

Commit

Permalink
chore(release)v0.1.7
Browse files Browse the repository at this point in the history
  • Loading branch information
vargastat committed Jan 8, 2025
1 parent 3a8974b commit 7919d3a
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 137 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
133 changes: 0 additions & 133 deletions CONCATENATED_README.md

This file was deleted.

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 7919d3a

Please sign in to comment.