Skip to content

Commit

Permalink
Update release.yml
Browse files Browse the repository at this point in the history
  • Loading branch information
8go authored Nov 21, 2024
1 parent f4b3a47 commit 02fcc28
Showing 1 changed file with 5 additions and 1 deletion.
6 changes: 5 additions & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,11 @@
# https://github.com/pypa/gh-action-pypi-publish
# https://github.com/pypa/sampleproject/blob/main/.github/workflows/release.yml

name: Release
# this action requires exactly one version to be found in .dist directory
# it will take this version and publish it to PyPi.org webpage
# this published version will be digitally attested.

name: Release - publish attested version to PyPi

on:
push:
Expand Down

0 comments on commit 02fcc28

Please sign in to comment.