Skip to content

Commit

Permalink
update actions
Browse files Browse the repository at this point in the history
  • Loading branch information
spyoungtech committed Nov 23, 2023
1 parent 360ccbf commit 5e35f63
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.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@ jobs:
- name: build
shell: bash
run: |
python -m pip install --upgrade wheel setuptools build unasync tokenize-rt
python -m pip install --upgrade wheel setuptools build
python -m build
- name: Release PyPI
shell: bash
Expand Down
2 changes: 1 addition & 1 deletion .github/workflows/test.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -33,4 +33,4 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
run: |
pip install --upgrade coveralls
coveralls --service=github
coveralls --service=github-actions

0 comments on commit 5e35f63

Please sign in to comment.