Skip to content

Commit

Permalink
Use alpha version numbers
Browse files Browse the repository at this point in the history
  • Loading branch information
justalemon committed Jun 23, 2023
1 parent 146ffcf commit 6533d30
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 1 deletion.
4 changes: 4 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,10 @@ jobs:
- uses: actions/[email protected]
with:
python-version: 3.11
- uses: justalemon/[email protected]
with:
version: 0.0.1-alpha.${{ github.run_number }}
csproj-files: "**/root.props"
- run: pip install .[dev]
- run: python -m build
- uses: actions/[email protected]
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ build-backend = "setuptools.build_meta"

[project]
name = "leekbot"
version = "0.0.1"
version = "0.0.1-alpha.1"
description = "Lemon's Discord Bot Framework"
authors = [
{ name = "Lemon", email = "[email protected]" }
Expand Down

0 comments on commit 6533d30

Please sign in to comment.