From 8101ffe06ac5106e19287e16974561c1a41b0d69 Mon Sep 17 00:00:00 2001 From: Dion Moult Date: Wed, 31 Aug 2022 16:54:27 +1000 Subject: [PATCH] Try using existing PYPI_TOKEN as the ifcopenshell package name is blocked --- .github/workflows/ci-ifcopenshell-pypi.yml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/.github/workflows/ci-ifcopenshell-pypi.yml b/.github/workflows/ci-ifcopenshell-pypi.yml index d049040043..dd7ea201f2 100644 --- a/.github/workflows/ci-ifcopenshell-pypi.yml +++ b/.github/workflows/ci-ifcopenshell-pypi.yml @@ -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