Skip to content

Commit

Permalink
WiP: Publishing: Bugfix for GH release
Browse files Browse the repository at this point in the history
  • Loading branch information
corey committed Dec 10, 2023
1 parent 318c370 commit a49061e
Showing 1 changed file with 5 additions and 7 deletions.
12 changes: 5 additions & 7 deletions .github/workflows/publish.yml
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand All @@ -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
Expand Down Expand Up @@ -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: |
Expand All @@ -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 }}
Expand Down

0 comments on commit a49061e

Please sign in to comment.