Skip to content

Commit

Permalink
Use version from pyproject.toml now
Browse files Browse the repository at this point in the history
  • Loading branch information
mvdwetering committed Aug 5, 2024
1 parent c666f1a commit 7941e75
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/python-package.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ jobs:
run: |
VERSION_NUMBER="${GITHUB_REF_NAME:1}"
echo Version $VERSION_NUMBER extracted from $GITHUB_REF_NAME
grep version=\"$VERSION_NUMBER\", setup.py
grep "version = \"$VERSION_NUMBER\"" pyproject.toml
- name: Set up Python ${{ matrix.python-version }}
uses: actions/setup-python@v5
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ requires-python = ">=3.8"
authors = [
{ name = "Michel van de Wetering", email = "[email protected]" },
]
license = {file = "LICENSE.txt"}
license = { file = "LICENSE.txt" }
classifiers = [
"Programming Language :: Python :: 3",
"License :: OSI Approved :: MIT License",
Expand Down

0 comments on commit 7941e75

Please sign in to comment.