Skip to content

Commit

Permalink
Fix publish
Browse files Browse the repository at this point in the history
  • Loading branch information
qubixes committed Feb 26, 2020
1 parent 8b75671 commit 7c610c8
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions .github/workflows/pythonpublish.yml
Expand Up @@ -43,8 +43,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/asreview_visualization-${{ steps.get_version.outputs.VERSION }}-py3-none-any.whl
asset_name: asreview_visualization-${{ steps.get_version.outputs.VERSION }}-py3-none-any.whl
asset_path: ./dist/asreview_statistics-${{ steps.get_version.outputs.VERSION }}-py3-none-any.whl
asset_name: asreview_statistics-${{ steps.get_version.outputs.VERSION }}-py3-none-any.whl
asset_content_type: application/x-wheel+zip
- name: Upload Release Asset (Sdist)
id: upload-release-asset-sdist
Expand All @@ -53,8 +53,8 @@ jobs:
GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }}
with:
upload_url: ${{ steps.create_release.outputs.upload_url }}
asset_path: ./dist/asreview-visualization-${{ steps.get_version.outputs.VERSION }}.tar.gz
asset_name: asreview-visualization-${{ steps.get_version.outputs.VERSION }}.tar.gz
asset_path: ./dist/asreview-statistics-${{ steps.get_version.outputs.VERSION }}.tar.gz
asset_name: asreview-statistics-${{ steps.get_version.outputs.VERSION }}.tar.gz
asset_content_type: application/zip
- name: Publish package
uses: pypa/gh-action-pypi-publish@master
Expand Down

0 comments on commit 7c610c8

Please sign in to comment.