Rename PyPi package to ifcopenshell-python due to naming conflict

This commit is contained in:
Dion Moult
2022-08-31 17:18:18 +10:00
parent 8101ffe06a
commit 4ae8e4c74b
3 changed files with 5 additions and 5 deletions
+1 -1
View File
@@ -63,5 +63,5 @@ jobs:
uses: ortega2247/pypi-upload-action@master uses: ortega2247/pypi-upload-action@master
with: with:
user: __token__ user: __token__
password: ${{ secrets.PYPI_TOKEN }} password: ${{ secrets.PYPI_API_TOKEN }}
packages_dir: src/ifcopenshell-python_${{ matrix.config.short_name }}_${{ matrix.pyver }}/dist packages_dir: src/ifcopenshell-python_${{ matrix.config.short_name }}_${{ matrix.pyver }}/dist
+3 -3
View File
@@ -77,7 +77,7 @@ else
endif endif
rm -rf dist/working rm -rf dist/working
python -m build python -m build
cd dist && mv ifcopenshell-0.7.0-py3-none-any.whl ifcopenshell-0.7.0-$(VERSION)-$(PYVERSION)-none-$(PLATFORMTAG).whl cd dist && mv ifcopenshell_python-0.7.0-py3-none-any.whl ifcopenshell_python-0.7.0-$(VERSION)-$(PYVERSION)-none-$(PLATFORMTAG).whl
rm -rf dist/ifcopenshell rm -rf dist/ifcopenshell
rm -rf dist/ifcopenshell.egg-info rm -rf dist/ifcopenshell_python.egg-info
rm -rf dist/ifcopenshell-0.7.0.tar.gz rm -rf dist/ifcopenshell-python-0.7.0.tar.gz
+1 -1
View File
@@ -2,7 +2,7 @@
requires = ["setuptools>=61.0"] requires = ["setuptools>=61.0"]
build-backend = "setuptools.build_meta" build-backend = "setuptools.build_meta"
[project] [project]
name = "ifcopenshell" name = "ifcopenshell-python"
version = "0.7.0" version = "0.7.0"
authors = [ authors = [
{ name="Dion Moult", email="dion@thinkmoult.com" }, { name="Dion Moult", email="dion@thinkmoult.com" },