Skip to content

Commit

Permalink
Fix deploy pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
J535D165 committed May 29, 2022
1 parent cd6f667 commit 258a6b9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 5 deletions.
2 changes: 1 addition & 1 deletion .gitattributes
Original file line number Diff line number Diff line change
@@ -1 +1 @@
asreviewcontrib/statistics/_version.py export-subst
asreviewcontrib/datatools/_version.py export-subst
8 changes: 4 additions & 4 deletions .github/workflows/pythonpublish.yml
Original file line number Diff line number Diff line change
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_statistics-${{ steps.get_version.outputs.VERSION }}-py3-none-any.whl
asset_name: asreview_statistics-${{ steps.get_version.outputs.VERSION }}-py3-none-any.whl
asset_path: ./dist/asreview_datatools-${{ steps.get_version.outputs.VERSION }}-py3-none-any.whl
asset_name: asreview_datatools-${{ 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-statistics-${{ steps.get_version.outputs.VERSION }}.tar.gz
asset_name: asreview-statistics-${{ steps.get_version.outputs.VERSION }}.tar.gz
asset_path: ./dist/asreview-datatools-${{ steps.get_version.outputs.VERSION }}.tar.gz
asset_name: asreview-datatools-${{ 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 258a6b9

Please sign in to comment.