forked from python-semantic-release/python-semantic-release
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathaction.yml
28 lines (25 loc) · 834 Bytes
/
action.yml
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
26
27
28
name: 'Python Semantic Release'
description: 'Automatic Semantic Versioning for Python projects'
inputs:
additional_options:
description: 'Additional options for the publish command. Example: --noop'
required: false
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'