mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-09-27 18:57:17 +00:00
Try using existing PYPI_TOKEN as the ifcopenshell package name is blocked
This commit is contained in:
@@ -63,4 +63,5 @@ jobs:
|
|||||||
uses: ortega2247/pypi-upload-action@master
|
uses: ortega2247/pypi-upload-action@master
|
||||||
with:
|
with:
|
||||||
user: __token__
|
user: __token__
|
||||||
password: ${{ secrets.PYPI_API_TOKEN }}
|
password: ${{ secrets.PYPI_TOKEN }}
|
||||||
|
packages_dir: src/ifcopenshell-python_${{ matrix.config.short_name }}_${{ matrix.pyver }}/dist
|
||||||
|
|||||||
Reference in New Issue
Block a user