Skip to content

Commit

Permalink
Merge pull request #390 from jmmshn/patch_wf
Browse files Browse the repository at this point in the history
Actually Build The Package
  • Loading branch information
jmmshn committed May 17, 2024
2 parents b32f0b5 + 926c5de commit fd65b18
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -33,9 +33,10 @@ jobs:
python -m pip install -r requirements/ubuntu-latest_py${{ matrix.python-version }}_extras.txt
python -m pip install --upgrade pip
python -m pip install --no-deps .[server]
python -m pip install build
- name: Build package
run: pip install build
run: python -m build

- name: Publish package
uses: pypa/gh-action-pypi-publish@release/v1.5
Expand Down

0 comments on commit fd65b18

Please sign in to comment.