Skip to content

Commit

Permalink
Merge pull request #588 from camsys/infrastructure
Browse files Browse the repository at this point in the history
Infrastructure fixes
  • Loading branch information
jpn-- authored Aug 23, 2022
2 parents 62b1fb7 + d311432 commit e7d34a1
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/test-deploy.yml
Original file line number Diff line number Diff line change
Expand Up @@ -16,16 +16,18 @@ jobs:
- uses: actions/checkout@v3
with:
fetch-depth: 0

- uses: actions/setup-python@v4
name: Install Python
with:
python-version: "3.9"

- name: Install dependencies
run: |
python -m pip install --upgrade pip
python -m pip install build setuptools setuptools-scm wheel twine check-manifest
- name: Build tarball and wheels
run: |
git clean -xdf
python -m build --sdist --wheel .
- name: Check built artifacts
run: |
python -m twine check dist/*
Expand Down

0 comments on commit e7d34a1

Please sign in to comment.