Skip to content

Commit

Permalink
Merge pull request #642 from amoffat/develop
Browse files Browse the repository at this point in the history
build the package
  • Loading branch information
amoffat authored Feb 9, 2023
2 parents ac4da65 + c1d8355 commit aeabdd1
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 aeabdd1

Please sign in to comment.