Skip to content
This repository has been archived by the owner on Sep 6, 2021. It is now read-only.

Commit

Permalink
update setuptools as well
Browse files Browse the repository at this point in the history
  • Loading branch information
romnn committed Sep 5, 2021
1 parent 5489287 commit 0a6c60c
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 3 deletions.
4 changes: 3 additions & 1 deletion .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,9 @@ jobs:
- id: query
uses: romnnn/query-git-action@master
- name: Update pip
run: pip install --upgrade pip
run: |
pip install --upgrade pip
pip --version
- name: Install pypa/build
run: >-
python -m
Expand Down
5 changes: 3 additions & 2 deletions .github/workflows/test.yml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,9 @@ jobs:
with:
python-version: ${{ matrix.python }}
- run: |
pip install --upgrade pip
pip install tox wheel
pip install --upgrade pip setuptools
pip --version
pip install tox wheel
- name: Test
run: tox
- uses: codecov/codecov-action@v1
2 changes: 2 additions & 0 deletions Pipfile
Original file line number Diff line number Diff line change
Expand Up @@ -25,5 +25,7 @@ twine = "*"
bump2version = "*"
pylint = "*"
setuptools_rust = "*"
setuptools = "*"
wheel = "*"

[packages]

0 comments on commit 0a6c60c

Please sign in to comment.