Skip to content

Commit 58ac020

Browse files
committed
pypi release workflow
1 parent 22cc38c commit 58ac020

File tree

3 files changed

+4
-35
lines changed

3 files changed

+4
-35
lines changed

.github/workflows/build-release.yml

Lines changed: 0 additions & 27 deletions
This file was deleted.

.github/workflows/publish-release.yml

Lines changed: 3 additions & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,9 @@
11
name: publish-release
22

33
on:
4-
release:
5-
types:
6-
- published
7-
workflow_run:
8-
workflows: ["build-release"]
9-
types:
10-
- completed
4+
push:
5+
branches:
6+
- main
117

128
jobs:
139
pypi:

.github/workflows/python.yml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@
33
#
44
# ref: https://docs.github.com/en/actions/automating-builds-and-tests/building-and-testing-python
55

6-
name: hostinger-api Python package
6+
name: hostinger-api test build
77

88
on: [push, pull_request]
99

0 commit comments

Comments
 (0)