Skip to content

Commit

Permalink
upload dist dir
Browse files Browse the repository at this point in the history
  • Loading branch information
knaaptime committed Apr 23, 2020
1 parent 29a6a44 commit 790ab78
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion .github/workflows/upload_package.yml
Expand Up @@ -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
2 changes: 1 addition & 1 deletion geosnap/__init__.py
@@ -1,4 +1,4 @@
__version__ = "0.2.1.rc8"
__version__ = "0.2.1.rc9"

r"""
Expand Down

0 comments on commit 790ab78

Please sign in to comment.