Skip to content

Commit

Permalink
update workflows
Browse files Browse the repository at this point in the history
  • Loading branch information
liu-jc committed Nov 28, 2024
1 parent 16e6c9d commit 6fde5b1
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 4 deletions.
3 changes: 1 addition & 2 deletions .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ jobs:
- name: Install tools
run: |
python -m pip install --upgrade pip
pip install hatch twine check-wheel-contents
pip install hatch twine
- name: Build package
run: |
Expand All @@ -34,7 +34,6 @@ jobs:
- name: Run package validators
run: |
twine check dist/*
check-wheel-contents dist/*.whl
# Test install from wheel
pip install dist/*.whl
Expand Down
3 changes: 1 addition & 2 deletions .github/workflows/testpypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ jobs:
- name: Install tools
run: |
python -m pip install --upgrade pip
pip install hatch twine check-wheel-contents
pip install hatch twine
- name: Build package
run: |
Expand All @@ -36,7 +36,6 @@ jobs:
- name: Run package validators
run: |
twine check dist/*
check-wheel-contents dist/*.whl
# Test install from wheel
pip install dist/*.whl
Expand Down

0 comments on commit 6fde5b1

Please sign in to comment.