Skip to content

Commit 0cf09d0

Browse files
Changed workflow trigger and added build/publish badge in readme
1 parent ae62fb8 commit 0cf09d0

File tree

3 files changed

+3
-5
lines changed

3 files changed

+3
-5
lines changed

β€Ž.github/workflows/publish-to-pypi-and-testpypi.ymlβ€Ž

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,5 @@
11
name: Publish Python package πŸ“¦ to PyPI and Test-PyPI
2-
on:
3-
push:
4-
tags:
5-
- 'publish-both'
2+
on: workflow_dispatch
63
jobs:
74
build-n-publish:
85
name: Build and publish Python 🐍 distributions πŸ“¦ to PyPI and TestPyPI

β€Ž.github/workflows/publish-to-pypi.ymlβ€Ž

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@ name: Build and Publish to PyPI
22
on:
33
push:
44
tags:
5-
- 'publish-pypi'
5+
- '*'
66
jobs:
77
build-n-publish:
88
name: Build and publish Python 🐍 distributions πŸ“¦ to PyPI

β€ŽREADME.mdβ€Ž

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
[![Build and Publish to PyPI](https://github.com/avinashkarhana/py-https/actions/workflows/publish-to-pypi.yml/badge.svg)](https://github.com/avinashkarhana/py-https/actions/workflows/publish-to-pypi.yml)
12
# py-https
23

34
> A simple python https server

0 commit comments

Comments
Β (0)