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 073a227 commit 1a43b34
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -30,14 +30,12 @@ jobs:
- 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

- name: Run publish script
run: scripts/publish.sh
env:
PYPI_API_TOKEN: ${{ secrets.PYPI_API_TOKEN }}
- name: Publish package
run: twine upload dist/* --non-interactive -u __token__ -p ${{ secrets.PYPI_API_TOKEN }}

0 comments on commit 1a43b34

Please sign in to comment.