We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5db4087 commit 1fd49e4Copy full SHA for 1fd49e4
2 files changed
.github/workflows/publish.yml
@@ -3,6 +3,7 @@ name: Publish
3
on:
4
release:
5
types: [created]
6
+ workflow_dispatch:
7
8
jobs:
9
publish:
setup.py
@@ -4,7 +4,7 @@
long_description = fh.read()
setup(
- name="steadfast",
+ name="steadfast-python",
version="0.1.0",
author="Md Mojno Miya",
10
author_email="your.email@example.com",
0 commit comments