Skip to content

Commit

Permalink
packaging testing
Browse files Browse the repository at this point in the history
  • Loading branch information
andped10 committed Jan 12, 2024
1 parent a829bc0 commit cded290
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion .github/workflows/python-ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ jobs:
OS: ${{ matrix.os }}
PYTHON: ${{ matrix.python-version }}

test_Packaging:
Packaging_Testing:

runs-on: ubuntu-latest
if: "!contains(github.event.head_commit.message, '[ci skip]')"
Expand All @@ -71,6 +71,9 @@ jobs:
- name: install pypa/build
run: python -m pip install build --user

- name: install pytest
run: python -m pip install pytest --user

- name: build a binary wheel and source tarball
run: python -m build

Expand Down

0 comments on commit cded290

Please sign in to comment.