We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 483a989 commit 0ff30e7Copy full SHA for 0ff30e7
.github/workflows/publish.yml
@@ -45,7 +45,7 @@ jobs:
45
46
environment:
47
name: pypi
48
- url: https://pypi.org/p/${{ github.event.repository.name }}
+ url: https://pypi.org/p/mist.dclean
49
50
steps:
51
- name: Retrieve release distributions
setup.py
@@ -1,7 +1,7 @@
1
from setuptools import setup, find_packages
2
3
setup(
4
- name="dclean",
+ name="mist.dclean",
5
version="0.1.0",
6
author="Ivan Statkevich",
7
author_email="statkevich.ivan@gmail.com",
0 commit comments