Skip to content

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
eagleychen committed Feb 24, 2025
1 parent 0dffba8 commit a00999e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pypi_publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -24,9 +24,9 @@ jobs:

- name: Install dependencies
run: |
pip install setuptools wheel twine
python setup.py check
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Unittest TestCase
env:
Expand Down

0 comments on commit a00999e

Please sign in to comment.