diff --git a/.github/workflows/upload_package.yml b/.github/workflows/upload_package.yml index 26b9f6da..077741dc 100644 --- a/.github/workflows/upload_package.yml +++ b/.github/workflows/upload_package.yml @@ -53,6 +53,6 @@ jobs: GITHUB_TOKEN: ${{ secrets.GITHUB_TOKEN }} with: upload_url: ${{ steps.create_release.outputs.upload_url }} # This pulls from the CREATE RELEASE step above, referencing it's ID to get its outputs object, which include a `upload_url`. See this blog post for more info: https://jasonet.co/posts/new-features-of-github-actions/#passing-data-to-future-steps - asset_path: dist/*.tar.gz + asset_path: dist/ asset_name: geosnap-${{ github.ref }}.tar.gz asset_content_type: application/zip diff --git a/geosnap/__init__.py b/geosnap/__init__.py index e7fecbc5..150c2adf 100644 --- a/geosnap/__init__.py +++ b/geosnap/__init__.py @@ -1,4 +1,4 @@ -__version__ = "0.2.1.rc8" +__version__ = "0.2.1.rc9" r"""