Skip to content

Commit

Permalink
Publish Wheel, Simple .toml file
Browse files Browse the repository at this point in the history
  • Loading branch information
cwendt94 committed Aug 28, 2023
1 parent 81f8967 commit 7de2ef0
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/package-release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ jobs:
pip install twine
- name: Build Python package
run: python setup.py sdist
run: python setup.py bdist_wheel

- name: Twine check
run: twine check dist/*
Expand Down
3 changes: 3 additions & 0 deletions pyproject.toml
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[build-system]
requires = ["setuptools"]
build-backend = "setuptools.build_meta"

0 comments on commit 7de2ef0

Please sign in to comment.