Skip to content

Commit

Permalink
fix build command.
Browse files Browse the repository at this point in the history
  • Loading branch information
RomainMou committed May 28, 2024
1 parent 317a81c commit 94a5f2d
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 0 additions & 1 deletion .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,6 @@ jobs:
run: |
git config --global user.email "[email protected]"
git config --global user.name "GA"
PYTHONPATH=$PWD python setup.py sdist
PYTHONPATH=$PWD semantic-release version
PYTHONPATH=$PWD twine upload --non-interactive dist/*
PYTHONPATH=$PWD semantic-release publish
Expand Down
1 change: 1 addition & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,5 +1,6 @@
[semantic_release]
assets = []
build_command = python setup.py sdist
build_command_env = []
commit_message = "{version}\n\nAutomatically generated by python-semantic-release"
commit_parser = "semantic_release_config.parser:BimdataCommitParser"
Expand Down

0 comments on commit 94a5f2d

Please sign in to comment.