Skip to content

Commit

Permalink
update v + use pypi token
Browse files Browse the repository at this point in the history
  • Loading branch information
psyb0t committed Jun 13, 2024
1 parent 76e5c1b commit 97ebf2a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
3 changes: 3 additions & 0 deletions .github/workflows/pipeline.yml
Original file line number Diff line number Diff line change
Expand Up @@ -10,3 +10,6 @@ jobs:
python_version: "3.12.0"
install_dependencies_command: "make dep"
build_command: "make build"

secrets:
pypi_api_token: ${{ secrets.PYPI_API_TOKEN }}
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 = "hatchling.build"

[project]
name = "ezpyai"
version = "0.1"
version = "0.0.1a1"
authors = [{ name = "Ciprian Mandache", email = "[email protected]" }]
description = "A useful utility library for AI applications"
readme = "README.md"
Expand Down

0 comments on commit 97ebf2a

Please sign in to comment.