mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 10:51:13 +00:00
Switch to pypa/gh-action-pypi-publish
Though there are no particular known issues with https://github.com/ortega2247/pypi-upload-action we've used before, but it wasn't updating for 5 years now, so it's better to switch to official PyPA workflow. Args for workflow seem to be exactly the same, so it's just a drop-in replacement.
This commit is contained in:
@@ -34,7 +34,7 @@ jobs:
|
|||||||
cd src/bcf &&
|
cd src/bcf &&
|
||||||
make dist IS_STABLE=TRUE
|
make dist IS_STABLE=TRUE
|
||||||
- name: Publish a Python distribution to PyPI
|
- name: Publish a Python distribution to PyPI
|
||||||
uses: ortega2247/pypi-upload-action@master
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
user: __token__
|
user: __token__
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
cd src/bsdd &&
|
cd src/bsdd &&
|
||||||
make dist IS_STABLE=TRUE
|
make dist IS_STABLE=TRUE
|
||||||
- name: Publish a Python distribution to PyPI
|
- name: Publish a Python distribution to PyPI
|
||||||
uses: ortega2247/pypi-upload-action@master
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
user: __token__
|
user: __token__
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
cd src/ifc4d &&
|
cd src/ifc4d &&
|
||||||
make dist IS_STABLE=TRUE
|
make dist IS_STABLE=TRUE
|
||||||
- name: Publish a Python distribution to PyPI
|
- name: Publish a Python distribution to PyPI
|
||||||
uses: ortega2247/pypi-upload-action@master
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
user: __token__
|
user: __token__
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
cd src/ifc5d &&
|
cd src/ifc5d &&
|
||||||
make dist IS_STABLE=TRUE
|
make dist IS_STABLE=TRUE
|
||||||
- name: Publish a Python distribution to PyPI
|
- name: Publish a Python distribution to PyPI
|
||||||
uses: ortega2247/pypi-upload-action@master
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
user: __token__
|
user: __token__
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
cd src/ifccityjson &&
|
cd src/ifccityjson &&
|
||||||
make dist IS_STABLE=TRUE
|
make dist IS_STABLE=TRUE
|
||||||
- name: Publish a Python distribution to PyPI
|
- name: Publish a Python distribution to PyPI
|
||||||
uses: ortega2247/pypi-upload-action@master
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
user: __token__
|
user: __token__
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
cd src/ifcclash &&
|
cd src/ifcclash &&
|
||||||
make dist IS_STABLE=TRUE
|
make dist IS_STABLE=TRUE
|
||||||
- name: Publish a Python distribution to PyPI
|
- name: Publish a Python distribution to PyPI
|
||||||
uses: ortega2247/pypi-upload-action@master
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
user: __token__
|
user: __token__
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
cd src/ifccsv &&
|
cd src/ifccsv &&
|
||||||
make dist IS_STABLE=TRUE
|
make dist IS_STABLE=TRUE
|
||||||
- name: Publish a Python distribution to PyPI
|
- name: Publish a Python distribution to PyPI
|
||||||
uses: ortega2247/pypi-upload-action@master
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
user: __token__
|
user: __token__
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
cd src/ifcdiff &&
|
cd src/ifcdiff &&
|
||||||
make dist IS_STABLE=TRUE
|
make dist IS_STABLE=TRUE
|
||||||
- name: Publish a Python distribution to PyPI
|
- name: Publish a Python distribution to PyPI
|
||||||
uses: ortega2247/pypi-upload-action@master
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
user: __token__
|
user: __token__
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
cd src/ifcfm &&
|
cd src/ifcfm &&
|
||||||
make dist IS_STABLE=TRUE
|
make dist IS_STABLE=TRUE
|
||||||
- name: Publish a Python distribution to PyPI
|
- name: Publish a Python distribution to PyPI
|
||||||
uses: ortega2247/pypi-upload-action@master
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
user: __token__
|
user: __token__
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
|
|||||||
@@ -61,7 +61,7 @@ jobs:
|
|||||||
cd src/ifcopenshell_${{ matrix.config.short_name }}_${{ matrix.pyver }} &&
|
cd src/ifcopenshell_${{ matrix.config.short_name }}_${{ matrix.pyver }} &&
|
||||||
make dist PLATFORM=${{ matrix.config.short_name }} PYVERSION=${{ matrix.pyver }} IS_STABLE=TRUE
|
make dist PLATFORM=${{ matrix.config.short_name }} PYVERSION=${{ matrix.pyver }} IS_STABLE=TRUE
|
||||||
- name: Publish a Python distribution to PyPI
|
- name: Publish a Python distribution to PyPI
|
||||||
uses: ortega2247/pypi-upload-action@master
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
user: __token__
|
user: __token__
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
cd src/ifcpatch &&
|
cd src/ifcpatch &&
|
||||||
make dist IS_STABLE=TRUE
|
make dist IS_STABLE=TRUE
|
||||||
- name: Publish a Python distribution to PyPI
|
- name: Publish a Python distribution to PyPI
|
||||||
uses: ortega2247/pypi-upload-action@master
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
user: __token__
|
user: __token__
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
|
|||||||
@@ -28,7 +28,7 @@ jobs:
|
|||||||
cd src/ifctester &&
|
cd src/ifctester &&
|
||||||
make dist IS_STABLE=TRUE
|
make dist IS_STABLE=TRUE
|
||||||
- name: Publish a Python distribution to PyPI
|
- name: Publish a Python distribution to PyPI
|
||||||
uses: ortega2247/pypi-upload-action@master
|
uses: pypa/gh-action-pypi-publish@release/v1
|
||||||
with:
|
with:
|
||||||
user: __token__
|
user: __token__
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_API_TOKEN }}
|
||||||
|
|||||||
Reference in New Issue
Block a user