diff --git a/.gitattributes b/.gitattributes index b483e20..ac3b28b 100644 --- a/.gitattributes +++ b/.gitattributes @@ -1 +1 @@ -asreviewcontrib/statistics/_version.py export-subst +asreviewcontrib/datatools/_version.py export-subst diff --git a/.github/workflows/pythonpublish.yml b/.github/workflows/pythonpublish.yml index 0f060c6..40a5ec0 100644 --- a/.github/workflows/pythonpublish.yml +++ b/.github/workflows/pythonpublish.yml @@ -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 @@ -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