Skip to content

Commit

Permalink
Enable PyPI release
Browse files Browse the repository at this point in the history
  • Loading branch information
FanwangM committed Oct 3, 2024
1 parent 58bcea2 commit 132229e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions .github/workflows/pypi_release.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -64,11 +64,11 @@ jobs:
with:
name: python-package-distributions
path: dist/
# - name: Publish distribution to PyPI
# uses: pypa/gh-action-pypi-publish@release/v1
# env:
# TWINE_USERNAME: "__token__"
# TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1
env:
TWINE_USERNAME: "__token__"
TWINE_PASSWORD: ${{ secrets.PYPI_TOKEN }}

github-release:
name: Sign the Python distribution with Sigstore and upload them to GitHub Release
Expand Down

0 comments on commit 132229e

Please sign in to comment.