Skip to content

Commit a9a2d64

Browse files
Update to try and fix PyPI
1 parent 49a89de commit a9a2d64

File tree

4 files changed

+4
-3
lines changed

4 files changed

+4
-3
lines changed

.github/workflows/push-to-pypi.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ name: PyPI Build
22
on:
33
release:
44
types: [published]
5+
workflow_dispatch:
56

67
permissions:
78
contents: read

pyproject.toml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,7 @@ build-backend = "setuptools.build_meta"
33
requires = ["setuptools", "wheel"]
44

55
[project]
6-
name = "PyAvatar"
6+
name = "Py-Avatar"
77
version = "0.2.0"
88
authors = [
99
{ name= "willtheorangeguy" },

setup.cfg

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,5 @@
11
[metadata]
2-
name = pyavatar
2+
name = py-avatar
33
version = 0.2.0
44

55
[options]

setup.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -5,7 +5,7 @@ def readme():
55
return f.read()
66

77
setup(
8-
name='pyavatar',
8+
name='py-avatar',
99
version='0.2.0',
1010
description="Easily display all of your creative avatars to keep them consistent across websites.",
1111
long_description=readme(),

0 commit comments

Comments
 (0)