Skip to content

Commit

Permalink
build the package
Browse files Browse the repository at this point in the history
  • Loading branch information
amoffat committed Feb 9, 2023
1 parent a4d05a9 commit c1d8355
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 0 deletions.
11 changes: 11 additions & 0 deletions .github/workflows/main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -141,6 +141,17 @@ jobs:
steps:
- uses: actions/checkout@v2

- name: Set up Python
uses: actions/setup-python@v2
with:
python-version: 3.9

- name: Install dependencies
run: pip install build

- name: Build
run: python -m build

- name: Publish
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,4 @@ __pycache__/
/.cache/
/.venv/
/build
/dist

0 comments on commit c1d8355

Please sign in to comment.