-
Notifications
You must be signed in to change notification settings - Fork 105
34 lines (31 loc) · 879 Bytes
/
package.yml
File metadata and controls
34 lines (31 loc) · 879 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
26
27
28
29
30
31
32
33
34
name: "Build Package"
on:
# Trigger the workflow on push only for the main branch
push:
branches:
- main
permissions:
contents: read
jobs:
build-package:
runs-on: ubuntu-latest
permissions:
contents: write
packages: write
security-events: write
pull-requests: read
steps:
- uses: actions/checkout@a5ac7e51b41094c92402da3b24376905380afc29 # v4.1.6
- run: pip install --upgrade bumpver
- run: bumpver update --no-commit
- uses: ./.github/actions/build-package
with:
is_dev_build: true
- uses: "marvinpinto/action-automatic-releases@latest"
with:
repo_token: "${{ secrets.GITHUB_TOKEN }}"
automatic_release_tag: "latest"
prerelease: true
title: "Development Build"
files: |
dist/testplan-*-py3-none-any.whl