Skip to content

Commit 1fd49e4

Browse files
committed
Update workflow to allow manual triggering and correct package name in setup.py
1 parent 5db4087 commit 1fd49e4

2 files changed

Lines changed: 2 additions & 1 deletion

File tree

.github/workflows/publish.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@ name: Publish
33
on:
44
release:
55
types: [created]
6+
workflow_dispatch:
67

78
jobs:
89
publish:

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
long_description = fh.read()
55

66
setup(
7-
name="steadfast",
7+
name="steadfast-python",
88
version="0.1.0",
99
author="Md Mojno Miya",
1010
author_email="your.email@example.com",

0 commit comments

Comments
 (0)