This repository was archived by the owner on Sep 28, 2024. It is now read-only.
File tree Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Expand file tree Collapse file tree 3 files changed +8
-1
lines changed Original file line number Diff line number Diff line change 11# Python Semantic Release - Upload to GitHub Release Action
22
3+ > ** DEPRECATION NOTICE:** This action has been deprecated as it has been renamed to
4+ > ` python-semantic-release/publish-action ` . Please update your workflows to use the new
5+ > action.
6+
37This GitHub Action runs ` semantic-release publish ` using
48[ ` python-semantic-release ` ] ( https://github.com/python-semantic-release/python-semantic-release ) .
59Full documentation is available in the
Original file line number Diff line number Diff line change 22
33set -e
44
5+ deprecation_message=" This action has been DEPRECATED. Please use the 'python-semantic-release/publish-action' instead."
6+ printf >&2 ' %s\n' " ::warning::$deprecation_message "
7+
58explicit_run_cmd () {
69 local cmd=" $* "
710 printf ' %s\n' " $> $cmd "
Original file line number Diff line number Diff line change 11---
22name : " Python Semantic Release - Publish"
33
4- description : " Publish Python Wheels and Other Artefacts to GitHub Releases"
4+ description : " DEPRECATED: Publish Python Wheels and Other Artefacts to GitHub Releases"
55
66inputs :
77 root_options :
You can’t perform that action at this time.
0 commit comments