Skip to content

Commit

Permalink
fix publishpypi
Browse files Browse the repository at this point in the history
  • Loading branch information
DomFijan committed Oct 25, 2024
1 parent e64d97e commit 2ddd422
Showing 1 changed file with 4 additions and 8 deletions.
12 changes: 4 additions & 8 deletions .github/workflows/release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -30,17 +30,13 @@ jobs:
run: |
python --version
python -m pip install --progress-bar off build
- name: Build wheels and sdist
run: python -m build --sdist --wheel --outdir dist/ .
- name: Build wheel
run: python3 -m build --outdir dist/ .

- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: wheel
path: dist/*.whl
- uses: actions/upload-artifact@65462800fd760344b1a7b4382951275a0abb4808 # v4.3.3
with:
name: sdist
path: dist/*.tar.gz
name: dist
path: dist

upload_pypi:
name: Publish [PyPI]
Expand Down

0 comments on commit 2ddd422

Please sign in to comment.