Skip to content

Commit

Permalink
Testing publish workflow
Browse files Browse the repository at this point in the history
  • Loading branch information
shinzlet committed Oct 8, 2024
1 parent f33d87c commit 5a281ac
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions .github/workflows/on-release-main.yml
Original file line number Diff line number Diff line change
Expand Up @@ -50,8 +50,10 @@ jobs:
- name: Build package
run: uvx --from build pyproject-build --installer uv

- name: Publish package
run: uvx twine upload dist/*
- name: Publish to PyPI
uses: pypa/[email protected]
# - name: Publish package
# run: uvx twine upload dist/*
# env:
# TWINE_USERNAME: __token__
# TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}

0 comments on commit 5a281ac

Please sign in to comment.