Loading .github/workflows/release.yml +0 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,6 @@ jobs: pip install --upgrade build - name: Build packages run: | make download python -m build --sdist --wheel --outdir dist/ - name: Publish distribution 📦 to real PyPI uses: pypa/gh-action-pypi-publish@master Loading .github/workflows/release_test.yml +0 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,6 @@ jobs: pip install --upgrade build - name: Build packages run: | make download make package ls -al dist - name: Upload packed files to artifacts Loading Makefile +0 −3 Original line number Diff line number Diff line Loading @@ -45,6 +45,3 @@ docs: $(MAKE) -C "${DOC_DIR}" build pdocs: $(MAKE) -C "${DOC_DIR}" prod download: $(PYTHON) -m imgutils update README.md +2 −2 Original line number Diff line number Diff line # imgutils [](https://pypi.org/project/imgutils/)  [](https://pypi.org/project/dghs-imgutils/)    Loading setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ from distutils.core import setup from setuptools import find_packages _MODULE_NAME = "imgutils" _PACKAGE_NAME = 'imgutils' _PACKAGE_NAME = 'dghs-imgutils' here = os.path.abspath(os.path.dirname(__file__)) meta = {} Loading Loading
.github/workflows/release.yml +0 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,6 @@ jobs: pip install --upgrade build - name: Build packages run: | make download python -m build --sdist --wheel --outdir dist/ - name: Publish distribution 📦 to real PyPI uses: pypa/gh-action-pypi-publish@master Loading
.github/workflows/release_test.yml +0 −1 Original line number Diff line number Diff line Loading @@ -35,7 +35,6 @@ jobs: pip install --upgrade build - name: Build packages run: | make download make package ls -al dist - name: Upload packed files to artifacts Loading
Makefile +0 −3 Original line number Diff line number Diff line Loading @@ -45,6 +45,3 @@ docs: $(MAKE) -C "${DOC_DIR}" build pdocs: $(MAKE) -C "${DOC_DIR}" prod download: $(PYTHON) -m imgutils update
README.md +2 −2 Original line number Diff line number Diff line # imgutils [](https://pypi.org/project/imgutils/)  [](https://pypi.org/project/dghs-imgutils/)    Loading
setup.py +1 −1 Original line number Diff line number Diff line Loading @@ -6,7 +6,7 @@ from distutils.core import setup from setuptools import find_packages _MODULE_NAME = "imgutils" _PACKAGE_NAME = 'imgutils' _PACKAGE_NAME = 'dghs-imgutils' here = os.path.abspath(os.path.dirname(__file__)) meta = {} Loading