Skip to content

Commit

Permalink
Update CI workflow
Browse files Browse the repository at this point in the history
- fix typo in python commands
  • Loading branch information
Carsten Fortmann-Grote committed Mar 21, 2024
1 parent 3759392 commit 89b4dc0
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 @@ -75,8 +75,8 @@ jobs:
GITHUB_TOKEN: ${{ github.token }}
- name: build
run : |
python -m build sdist
python -m build wheel
python -m build --sdist
python -m build --wheel
- name: Upload to test.pypi
uses: pypa/gh-action-pypi-publish@release/v1
with:
Expand Down

0 comments on commit 89b4dc0

Please sign in to comment.