Skip to content

Commit

Permalink
update publish-to-pypi.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
rzyu45 committed Jun 3, 2024
1 parent cbaf581 commit 06a3d33
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/publish-to-pypi.yml
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ on: push

jobs:
build:
name: Build distribution πŸ“¦
name: Build distribution
runs-on: ubuntu-latest

steps:
Expand All @@ -29,7 +29,7 @@ jobs:

publish-to-pypi:
name: >-
Publish Python 🐍 distribution πŸ“¦ to PyPI
Publish Python distribution to PyPI
if: startsWith(github.ref, 'refs/tags/') # only publish to PyPI on tag pushes
needs:
- build
Expand All @@ -46,12 +46,12 @@ jobs:
with:
name: python-package-distributions
path: dist/
- name: Publish distribution πŸ“¦ to PyPI
- name: Publish distribution to PyPI
uses: pypa/gh-action-pypi-publish@release/v1

github-release:
name: >-
Sign the Python 🐍 distribution πŸ“¦ with Sigstore
Sign the Python distribution with Sigstore
and upload them to GitHub Release
needs:
- publish-to-pypi
Expand Down

0 comments on commit 06a3d33

Please sign in to comment.