Skip to content

Commit

Permalink
Merge branch 'v3.0-alpha'
Browse files Browse the repository at this point in the history
  • Loading branch information
jlvdb committed Nov 20, 2024
2 parents 4f68be4 + d150d89 commit 88fb1aa
Showing 1 changed file with 5 additions and 4 deletions.
9 changes: 5 additions & 4 deletions .github/workflows/python-publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ permissions:
contents: read

jobs:
deploy:
build-n-publish:
runs-on: ubuntu-latest

steps:
Expand All @@ -23,10 +23,11 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install -U .
pip install build
pip install -r requirements.txt
- name: Build the package
run: python -m build
- name: Build a binary wheel and a source tarball
run: python -m build --sdist --wheel --outdir dist/

- name: Publish package
uses: pypa/gh-action-pypi-publish@27b31702a0e7fc50959f5ad993c78deac1bdfc29
Expand Down

0 comments on commit 88fb1aa

Please sign in to comment.