Skip to content

Commit

Permalink
Fixing pypi publishing
Browse files Browse the repository at this point in the history
  • Loading branch information
zmalkmus committed Jun 7, 2024
2 parents ae41baf + 64c9cb7 commit 5652b5e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion .github/workflows/pythonapp.yml
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ jobs:
with:
python-version: "3.8"
- name: Install pypa/build and twine
run: python3 -m pip install build twine setuptools_scm
run: python3 -m pip install build twine
- name: Build a binary wheel and a source tarball
run: python3 -m build
- name: Store the distribution packages
Expand Down

0 comments on commit 5652b5e

Please sign in to comment.