Skip to content

Commit

Permalink
updated gh action (publish)
Browse files Browse the repository at this point in the history
  • Loading branch information
klemengit committed Nov 15, 2023
1 parent b8ccf64 commit c96d253
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions .github/workflows/release-and-publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -32,10 +32,10 @@ jobs:
python-version: '3.11'

- name: Install dependencies
run: pip install setuptools wheel twine
run: pip install setuptools wheel twine build

- name: Build package
run: python setup.py sdist bdist_wheel
run: python -m build

- name: Publish to PyPI
uses: pypa/[email protected]
Expand Down

0 comments on commit c96d253

Please sign in to comment.