diff --git a/.github/workflows/publish.yml b/.github/workflows/publish.yml index 2ceec82f..5c6a9c3b 100644 --- a/.github/workflows/publish.yml +++ b/.github/workflows/publish.yml @@ -230,7 +230,6 @@ jobs: uses: pypa/gh-action-pypi-publish@v1.8.10 with: packages-dir: om_wheels - # user: __token__ password: ${{ secrets.PYPI_TEST_SERVER_API_TOKEN_OM }} repository-url: https://test.pypi.org/legacy/ verify-metadata: false @@ -249,7 +248,6 @@ jobs: uses: pypa/gh-action-pypi-publish@v1.8.10 with: packages-dir: origen_wheels - # user: __token__ password: ${{ secrets.PYPI_TEST_SERVER_API_TOKEN }} repository-url: https://test.pypi.org/legacy/ verify-metadata: false @@ -286,13 +284,13 @@ jobs: - uses: vimtor/action-zip@v1.1 with: - files: om_wheels - dest: om_wheels.zip + files: origen_metal + dest: origen_metal.zip - uses: vimtor/action-zip@v1.1 with: - files: origen_wheels - dest: origen_wheels.zip + files: origen + dest: origen.zip - name: Get OM/Origen Versions run: | @@ -317,7 +315,7 @@ jobs: - name: Generate Github Release uses: ncipollo/release-action@v1 with: - artifacts: ./om_wheels.zip, ./origen_wheels.zip + artifacts: ./origen_metal.zip, ./origen.zip artifactErrorsFailBuild: true prerelease: ${{ github.event.inputs.prerelease == 'true' }} commit: ${{ github.sha }}