From 1c5738866d8f78ee7b4d5920f88b5ffcc75041cd Mon Sep 17 00:00:00 2001 From: corey Date: Wed, 21 Aug 2024 17:09:51 -0500 Subject: [PATCH] WiP Publishing --- .github/workflows/publish.yml | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 0b635a15..66e1af51 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -242,7 +242,7 @@ jobs: run: ls wheelhouse - name: Upload Origen Metal Python Package Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v1 with: name: om_wheels path: python/origen_metal/wheelhouse/* @@ -252,7 +252,7 @@ jobs: run: poetry version -s > ${{ env.om_ver_file }} - name: Upload OM Python Package Version - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v1 with: name: ${{ env.om_ver_file }} path: python/origen_metal/${{ env.om_ver_file }} @@ -276,7 +276,7 @@ jobs: run: ls wheelhouse - name: Upload Origen Python Package Artifact - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v1 with: name: origen_wheels path: python/origen/wheelhouse/* @@ -286,13 +286,13 @@ jobs: run: poetry version -s > ${{ env.origen_ver_file }} - name: Upload Origen Python Package Version - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v1 with: name: ${{ env.origen_ver_file }} path: python/origen/${{ env.origen_ver_file }} - name: Upload CLI as a standalone entity - uses: actions/upload-artifact@v2 + uses: actions/upload-artifact@v1 with: name: cli path: python\origen\origen\__bin__\bin\origen