Skip to content

Commit

Permalink
Revert test
Browse files Browse the repository at this point in the history
  • Loading branch information
MHendricks committed Nov 3, 2023
1 parent f30f538 commit d9bf0cf
Showing 1 changed file with 0 additions and 34 deletions.
34 changes: 0 additions & 34 deletions .github/workflows/python-static-analysis-and-test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -145,37 +145,3 @@ jobs:
# # `--fail-under` check so pull requests fail if the dev doesn't
# # add tests for new code.
# if: ${{ failure() }}


pip-package:
# Build and upload pip packages as artifacts so we can inspect them and
# ensure they are correct for actual release
runs-on: ubuntu-latest

steps:
- name: Checkout code
uses: actions/checkout@v3
with:
fetch-depth: 0

- name: Setup Python
uses: actions/setup-python@v4
with:
python-version: "3.x"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install --upgrade build setuptools wheel twine
- name: Build wheel
run: |
python -m build --wheel --sdist
- name: Upload packages.
uses: actions/upload-artifact@v3
with:
name: pip-packages
path: |
dist/hab-*.whl
dist/hab-*.tar.gz

0 comments on commit d9bf0cf

Please sign in to comment.