Skip to content

Commit

Permalink
Add more packages to test/release
Browse files Browse the repository at this point in the history
  • Loading branch information
bsquizz committed Mar 25, 2022
1 parent df3230a commit a7317dd
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@ jobs:

- name: Build Package and Check
run: |
python -m pip install --upgrade build
python -m pip install --upgrade pip setuptools wheel build twine
python -m build
python -m twine check dist/*
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/tests.yml
Original file line number Diff line number Diff line change
Expand Up @@ -72,7 +72,7 @@ jobs:

- name: Twine checks
run: |
python -m pip install --upgrade build
python -m pip install --upgrade pip setuptools wheel build twine
python -m build
ls -l build
python -m twine check dist/*

0 comments on commit a7317dd

Please sign in to comment.