Skip to content

Commit

Permalink
feat/intial-v initial code
Browse files Browse the repository at this point in the history
  • Loading branch information
hminaee-tc committed Jun 12, 2024
1 parent d108c05 commit 073a227
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,13 @@ jobs:
- name: Install dependencies
run: |
python -m pip install --upgrade pip
pip install build twine
- name: Build package
run: python -m build

- name: Publish package
run: twine upload dist/*

- name: Add execute permissions to script
run: chmod +x scripts/publish.sh
Expand Down

0 comments on commit 073a227

Please sign in to comment.