forked from python-semantic-release/python-semantic-release
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathaction.yml
More file actions
25 lines (22 loc) · 713 Bytes
/
action.yml
File metadata and controls
25 lines (22 loc) · 713 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
name: 'Python Semantic Release'
description: 'Automatic Semantic Versioning for Python projects'
inputs:
directory:
description: 'Sub-directory to cd into before running semantic-release'
default: '.'
required: false
github_token:
description: 'GitHub token used to push release notes and new commits/tags'
required: true
pypi_token:
description: 'PyPI API token'
required: false
repository_username:
description: 'Username with project access to push to Artifact Repository'
required: false
repository_password:
description: 'Password or token to the account specified in repository_username'
required: false
runs:
using: 'docker'
image: 'Dockerfile'