Skip to content

Commit

Permalink
fix: publish
Browse files Browse the repository at this point in the history
  • Loading branch information
antazoey committed Mar 18, 2023
1 parent c0c9921 commit efc9d6d
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/publish.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ jobs:

- name: Install dependencies
run: |
pip install --upgrade pip
pip install twine wheel packaging
python -m pip install --upgrade pip
pip install -e .[release]
- name: Build
run: python pyproject.toml sdist bdist_wheel
run: python setup.py sdist bdist_wheel

- name: Publish
env:
Expand Down

0 comments on commit efc9d6d

Please sign in to comment.