Skip to content

Commit

Permalink
fix: python build (#173)
Browse files Browse the repository at this point in the history
  • Loading branch information
patrick-zippenfenig authored Jan 8, 2025
1 parent 18ddfac commit ff9c179
Show file tree
Hide file tree
Showing 3 changed files with 4 additions and 3 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@ jobs:
uses: actions/setup-python@v5
with:
python-version: 3.11
- run: pip install --upgrade tomlkit hatchling build pkginfo twine
- run: pip install --upgrade tomlkit hatchling build pkginfo twine setuptools
- name: Release
env:
GH_TOKEN: ${{ secrets.GITHUB_TOKEN }}
Expand Down
3 changes: 2 additions & 1 deletion .releaserc.json
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,8 @@
[
"semantic-release-pypi",
{
"srcDir": "python"
"srcDir": "python",
"installDeps": false
}
],
"@droidsolutions-oss/semantic-release-nuget",
Expand Down
2 changes: 1 addition & 1 deletion python/pyproject.toml
Original file line number Diff line number Diff line change
Expand Up @@ -22,7 +22,7 @@ classifiers = [
]
requires-python = ">=3.8.1"
dependencies = [
"flatbuffers>=24.0.0",
"flatbuffers==24.3.25",
]

[project.urls]
Expand Down

0 comments on commit ff9c179

Please sign in to comment.