mirror of
https://github.com/IfcOpenShell/IfcOpenShell.git
synced 2026-08-12 02:23:34 +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
|
||||
with:
|
||||
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