Skip to content

Commit

Permalink
publish as source distribution
Browse files Browse the repository at this point in the history
  • Loading branch information
axelvonkamp committed Aug 26, 2024
1 parent 712f6cd commit 475d88c
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-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ jobs:
python -m pip install --upgrade pip
pip install build
- name: Build package
run: python -m build
run: python -m build --sdist
- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
with:
Expand Down
2 changes: 1 addition & 1 deletion pyproject.toml
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
[project]
name = "efmtool_link"
version = "0.0.7.4"
version = "0.0.7.5"
authors = [
{ name="Axel von Kamp", email="[email protected]" },
]
Expand Down

0 comments on commit 475d88c

Please sign in to comment.