Skip to content

Commit 6fe7eb8

Browse files
author
roberto_esaclear
committed
0.1.3
1 parent afc4be0 commit 6fe7eb8

3 files changed

Lines changed: 3 additions & 3 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -72,7 +72,7 @@ publish-testpypi: check-dist
7272
if [ -z "$$pypi_token" ]; then echo "Missing pypi_token in .env"; exit 1; fi; \
7373
TWINE_USERNAME=__token__ TWINE_PASSWORD="$$pypi_token" $(UV)x --from twine twine upload --repository testpypi $(DIST_FILES)
7474

75-
publish-pypi:
75+
publish:
7676
@$(MAKE) bump-version
7777
@$(MAKE) check-dist
7878
@pypi_token="$$(awk -F= '/^[[:space:]]*pypi_token[[:space:]]*=/ {sub(/^[^=]*=[[:space:]]*/, ""); print; exit}' .env)"; \

notebooks/how_to_start.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -270,7 +270,7 @@
270270
},
271271
{
272272
"cell_type": "code",
273-
"execution_count": 7,
273+
"execution_count": 11,
274274
"id": "b4fe9175",
275275
"metadata": {},
276276
"outputs": [

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
44

55
[project]
66
name = "esa-pynas"
7-
version = "0.1.1"
7+
version = "0.1.2"
88
description = "PyNAS, a Python package for Neural Architecture Search experiments"
99
readme = {file = "README.md", content-type = "text/markdown"}
1010
requires-python = ">=3.11,<3.15"

0 commit comments

Comments
 (0)