Skip to content

Commit

Permalink
publish pypi
Browse files Browse the repository at this point in the history
  • Loading branch information
ebertti committed May 3, 2023
1 parent 01761fe commit 14b6d8c
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions .github/workflows/pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -20,15 +20,15 @@ jobs:
run: |
python -m pip install --upgrade pip
pip install setuptools wheel twine
- name: Build package|
python -m pip install --upgrade pip
- name: Build package
run: |
python setup.py sdist bdist_wheel
- name: Save artifact
uses: actions/upload-artifact@v2
with:
name: dist
path: './dist'


pypi-publish:
name: Upload release to PyPI
runs-on: ubuntu-latest
Expand Down

0 comments on commit 14b6d8c

Please sign in to comment.