Skip to content

Commit

Permalink
Merge pull request #122 from zowe-actions/feat/add-pypi-plugin
Browse files Browse the repository at this point in the history
Add simple PyPI package for publishing wheels
  • Loading branch information
t1m0thyj committed Nov 16, 2023
2 parents 3ae725b + 1fc4290 commit a029e3d
Show file tree
Hide file tree
Showing 14 changed files with 5,824 additions and 8 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/release.yml
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@ on:
required: true
type: choice
default: core
options: [changelog, core, git, github, lerna, npm, vsce]
options: [changelog, core, git, github, lerna, npm, pypi, vsce]
version:
description: Version number to publish (e.g., 1.0.0)
required: false
Expand Down
Loading

0 comments on commit a029e3d

Please sign in to comment.