Skip to content

Commit

Permalink
added setup for package
Browse files Browse the repository at this point in the history
  • Loading branch information
FabianGroeger96 committed Mar 19, 2024
1 parent b28272f commit 69b6e86
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions .github/workflows/upload-to-pip.yml
Original file line number Diff line number Diff line change
Expand Up @@ -42,6 +42,10 @@ jobs:
python3 -m pip install --upgrade pip
python3 -m pip install setuptools wheel twine
- name: "List directory"
run: |
ls -al
- name: "Builds and uploads to PyPI"
run: |
python3 setup.py sdist bdist_wheel
Expand Down

0 comments on commit 69b6e86

Please sign in to comment.