Skip to content

Commit

Permalink
Update publish_pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
steven-mi authored Jan 8, 2025
1 parent 129631a commit ef959ee
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/publish_pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,6 +9,10 @@ jobs:
runs-on: ubuntu-latest
steps:
- uses: actions/checkout@v3
- name: Setup Python
uses: actions/[email protected]
with:
python-version: 3.10.*
- name: Build and publish to pypi
shell: bash
env:
Expand All @@ -18,4 +22,4 @@ jobs:
python3 -m build --no-isolation
echo "Build successfull, uploading now..."
python3 -m twine upload dist/* -u "__token__" -p "$PYPI_DB_ROCKET" --skip-existing
echo "Upload successfull!"
echo "Upload successfull!"

0 comments on commit ef959ee

Please sign in to comment.