Skip to content

Commit

Permalink
Update ci.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
mmdjiji committed Jan 24, 2023
1 parent 3ddc029 commit e361882
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -25,8 +25,8 @@ jobs:
python-version: '3.10'
cache: 'pip'
- run: |
pip install -r requirements.txt
python -m build
pip install -r requirements.txt
python -m build
- name: Publish a Python distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit e361882

Please sign in to comment.