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

+1-4
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

+1-1
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

+1
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)